Microsoft Windows CE 3.0  

IBasicVideo::get_VideoHeight

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the current video height.

HRESULT get_VideoHeight(
long *
pVideoHeight
);

Parameters

pVideoHeight
[out] Native height of the video.

Return Values

Returns an HRESULTvalue.

Remarks

This method returns the actual height of the video supplied to the renderer. It does not address any set source rectangle, but simply returns the native vertical dimension. Applications can use this method to negotiate size requirements with in-place container documents.