IDxtCompositor::get_Height
Microsoft DirectShow 9.0 |
IDxtCompositor::get_Height
The get_Height method retrieves the height of the target rectangle.
Syntax
HRESULT get_Height( long *pVal );
Parameters
pVal
[out, retval] Pointer to a variable that receives the height of the target rectangle, in pixels.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_POINTER | NULL pointer argument |
S_OK | Success |
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also