Share via


Windows Media Player 11 SDK IWMPNodeWindowless::OnDraw (deprecated) 

Windows Media Player SDK banner art

Previous Next

IWMPNodeWindowless::OnDraw (deprecated)

This page documents a feature that may be unavailable in future versions of Windows Media Player and the Windows Media Player SDK.

The OnDraw method receives a handle to a device context and a RECT structure for drawing in windowless mode.

Syntax

  

Parameters

hdc

[in]  A handle to a device context.

prcDraw

[in]  A RECT structure representing the drawing area.

Return Values

The method returns an HRESULT.

Remarks

This is the method that initiates rendering when in windowless mode.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmprealestate.h.

See Also

Previous Next