![]() |
Previous | Next |
The RenderFullScreen method renders the visualization in full-screen mode.
Syntax
HRESULT RenderFullScreen(
TimedLevel* pLevels,
);
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.
See Also
Previous | Next |