CBaseControlWindow::put_FullScreenMode
Sets the full-screen mode of the renderer.
HRESULT put_FullScreenMode(
long FullScreenMode);
Parameters
- FullScreenMode
Full-screen mode to apply.
Return Values
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.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.