Microsoft DirectX 8.1 (C++) |
The IsHideOnDeactivate method retrieves the state of the IFullScreenVideo::HideOnDeactivate property.
Syntax
HRESULT IsHideOnDeactivate(void);
Return Value
Returns S_OK if HideOnDeactivate is set to OATRUE or S_FALSE if it is set to OAFALSE.
See Also