Share via


CBaseControlWindow::put_FullScreenMode (Windows Embedded CE 6.0)

1/6/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
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

CBaseControlWindow Class