CBaseControlWindow::put_FullScreenMode
A version of this page is also available for
4/8/2010
Sets the full-screen mode of the renderer.
Syntax
HRESULT put_FullScreenMode(
long FullScreenMode
);
Parameters
- FullScreenMode
Full-screen mode to apply.
Return Value
Returns an HRESULT value.
Remarks
The current implementation returns E_NOTIMPL.
A video renderer that implements a full-screen mode should override this member function and implement whatever modes it supports.
Requirements
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |