Microsoft DirectX 9.0 |
The put_FullScreenMode method 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. The current implementation returns E_NOTIMPL.
Remarks
A video renderer that implements a full-screen mode should override this member function and implement whatever modes it supports.
See Also