Share via


Windows Media Player 11 SDK IWMPEffects::RenderFullScreen 

Windows Media Player SDK banner art

Previous Next

IWMPEffects::RenderFullScreen

The RenderFullScreen method renders the visualization in full-screen mode.

Syntax

  

Parameters

  pLevels

[in]  Pointer to a TimedLevel structure.

Return Values

If the method succeeds, your implementation should return S_OK. If it fails, return an HRESULT error code.

Remarks

The GoFullscreen method must be called with a True value before RenderFullScreen can be called.

The user can enter or leave full screen mode by pressing the Alt and Enter keys simultaneously.

A default implementation of this method is not included in the visualization wizard.

If your implementation returns an error from this method, then GoFullscreen(False) will be called to ask your visualization to drop out of full screen mode.

Requirements

Version: Windows Media Player version 7.0 or later.

Header: Include effects.h.

See Also

Previous Next