IMixerOCX::Advise
Microsoft DirectShow 9.0 |
IMixerOCX::Advise
The Advise method provides the Overlay Mixer with a pointer to the client's IMixerOCXNotify interface for callback notifications.
Syntax
HRESULT Advise( IMixerOCXNotify* pmdns );
Parameters
pmdns
[in] Specifies the client's IMixerOCXNotify interface.
Return Values
If the method succeeds, it returns S_OK.
Remarks
Call this method if you wish to receive callbacks from the Overlay Mixer.
Requirements
Header: Include Mixerocx.h.
Library: Use Strmiids.lib.
See Also