IMixerOCX::UnAdvise
Microsoft DirectShow 9.0 |
IMixerOCX::UnAdvise
The UnAdvise method instructs the Overlay Mixer to release its pointer to the client's IMixerOCXNotify interface.
Syntax
HRESULT UnAdvise();
Parameters
This method takes no parameters.
Return Values
If the method succeeds, it returns S_OK.
Requirements
Header: Include Mixerocx.h.
Library: Use Strmiids.lib.
See Also