Share via


Windows Media Player 11 SDK IWMPNodeRealEstate Interface (deprecated) 

Windows Media Player SDK banner art

Previous Next

IWMPNodeRealEstate Interface (deprecated)

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

The IWMPNodeRealEstate interface is implemented by the plug-in.

In addition to the methods inherited from IUnknown, the IWMPNodeRealEstate interface exposes the following methods.

Method Description
GetDesiredSize (deprecated) Returns the size of the rendering area requested by the plug-in.
GetFullScreen (deprecated) Returns a value indicating the current rendering state of the Player.
GetRects (deprecated) Returns the three RECT structures previously set in the plug-in.
GetWindowless (deprecated) Returns a value indicating whether the plug-in is currently rendering in windowless mode.
SetFullScreen (deprecated) Returns a value indicating whether the plug-in requests full screen rendering.
SetRects (deprecated) Receives information about the rendering area provided by Windows Media Player.
SetWindowless (deprecated) Receives a value indicating that the plug-in should render in windowless mode.

See Also

Previous Next