CBaseControlWindow::put_FullScreenMode
Microsoft DirectShow 9.0 |
CBaseControlWindow::put_FullScreenMode
The put_FullScreenMode method 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. The current implementation returns E_NOTIMPL.
Remarks
A video renderer that implements a full-screen mode should override this member function and implement whatever modes it supports.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also