IWMPNodeRealEstate (deprecated) interface
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.
Members
The IWMPNodeRealEstate (deprecated) interface inherits from the IUnknown interface. IWMPNodeRealEstate (deprecated) also has these types of members:
- Methods
Methods
The IWMPNodeRealEstate (deprecated) interface has these 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. |