IMixerOCX::GetStatus
Microsoft DirectShow 9.0 |
IMixerOCX::GetStatus
The GetStatus method returns the current status of the Overlay Mixer. (Not implemented.)
Syntax
HRESULT GetStatus( LPDWORD* pdwStatus );
Parameters
pdwStatus
[out] Pointer that receives the current status of the Overlay Mixer.
Return Values
Returns E_NOTIMPL.
Requirements
Header: Include Mixerocx.h.
Library: Use Strmiids.lib.
See Also