Microsoft DirectX 9.0 |
The GetVideoSize method retrieves the native video's width and height.
Syntax
HRESULT GetVideoSize(
long *pWidth,
long *pHeight
);
Parameters
pWidth
Pointer to the video width.
pHeight
Pointer to the video height.
Return Value
Returns an HRESULT value.
See Also