Microsoft DirectX 9.0 |
The GetVideoPortRects method is an optional method that is useful in some very specific cases and may be implemented by the Video Port Manager (VPM) at a later date.
Syntax
HRESULT GetVideoPortRects(
RECT* pSrc,
RECT* pDest
);
Parameters
pSrc
[out] Pointer to a RECT structure that receives the source rectangle.
pDest
[out Pointer to a RECT structure that receives the destination rectangle.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Currently not implemented.
See Also