| Microsoft DirectX 8.1 (C++) | 
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