Microsoft Windows CE 3.0  

CBaseControlVideo::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 height of the native video.

HRESULT get_VideoHeight(
long *
pVideoHeight
);

Parameters

pVideoHeight
Height of the native video, in pixels.

Return Values

Returns NOERROR if successful or E_OUTOFMEMORY if there is not enough memory available.

Remarks

This member function implements the IBasicVideo::get_VideoHeightmethod. It calls the pure virtual CBaseControlVideo::GetVideoFormatto retrieve the VIDEOINFOHEADERstructure from the derived class.