Share via


CBaseControlWindow::put_FullScreenMode (Compact 2013)

3/26/2014

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

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseControlWindow Class