Share via


Windows Media Player 11 SDK IWMPNodeRealEstate::GetRects (deprecated) 

Windows Media Player SDK banner art

Previous Next

IWMPNodeRealEstate::GetRects (deprecated)

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

The GetRects method returns the three RECT structures previously set in the plug-in.

Syntax

  

Parameters

pSrc

[out]  Pointer to a RECT object that represents the portion of the original image that is to be rendered.

pDest

[out]  Pointer to a RECT object that represents stretching/shrinking of the original image as well as positioning relative to the origin of the owner window.

pClip

[out]  Pointer to a RECT object that represents the portion of the destination rectangle that should actually be visible to the user.

Return Values

The method returns an HRESULT.

Remarks

Any of these values can be set to NULL. The plug-in must not change values returned by this method.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmprealestate.h.

See Also

Previous Next