Share via


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.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

OS Versions: Windows CE 3.0 and later.
Header:

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.