Microsoft DirectX 9.0 |
The WillUseFullScreen method determines whether DirectShow will change display mode when going to full-screen mode.
Syntax
HRESULT WillUseFullScreen(
long *UseWhenFullScreen
);
Parameters
UseWhenFullScreen
Pointer to a value indicating whether DirectShow will use DirectX in full-screen mode. OATRUE indicates it will use full-screen mode; OAFALSE indicates it will not.
Return Values
Returns an HRESULT value.
Remarks
For a description of this feature, see IDirectDrawVideo::UseWhenFullScreen.
See Also