Microsoft DirectX 9.0 |
The get_Height method retrieves the height of the video window.
Syntax
HRESULT get_Height(
long *pHeight
);
Parameters
pHeight
[out] Pointer to a variable that receives the height, in pixels.
Return Values
Possible return values include the following:
Value | Description |
E_POINTER | NULL pointer. |
S_OK | Success. |
VFW_E_NOT_CONNECTED | The video renderer filter is not connected. |
See Also