Microsoft Windows CE 3.0  

IVideoWindow::get_FullScreenMode

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.

Returns the full-screen rendering capabilities of the renderer filter supporting this interface.

HRESULT get_FullScreenMode( long *
FullScreenMode
);

Parameters

FullScreenMode
[out] OATRUE if supporting full-screen video, or OAFALSE if not.

Return Values

Returns an HRESULTvalue.

Remarks

This method is called by the filter graph manager when asked to render the video to full-screen size. If the renderer does not have inherent support for full-screen playback, it should return E_NOTIMPL. Otherwise, it should return NOERROR. If the renderer does support full-screen playback, this method determines if it is currently switched on or off.