Microsoft DirectX 9.0

IBasicVideo::get_DestinationHeight

The get_DestinationHeight method retrieves the height of the destination rectangle.

Syntax

HRESULT get_DestinationHeight(
  long *pDestinationHeight
);

Parameters

pDestinationHeight

[out] Pointer to a variable that receives the height, in pixels.

Return Values

Returns an HRESULT value.

See Also