IHardwareAudioEngineBase::GetGfxState method
The GetGfxState method retrieves the GFX state of the offloaded audio stream.
Syntax
HRESULT GetGfxState(
[in] IMMDevice *pDevice,
[out] BOOL *_pbEnable
);
Parameters
- pDevice [in]
-
Pointer to an IMMDevice interface.
- _pbEnable [out]
-
Pointer to a boolean variable.
Return value
The GetGfxState method returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code.
See also
Show: