Microsoft Windows CE 3.0  

CBaseControlVideo::GetTargetRect

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 destination rectangle. This is an internal helper member function.

virtual HRESULT GetTargetRect(
RECT *
pTargetRect
) PURE;

Parameters

pTargetRect
Destination rectangle.

Return Values

Returns an HRESULTvalue.

Remarks

This member function must be overridden in the derived class to return the target rectangle held by the video renderer. It is called from the following CBaseControlVideomember functions.