Microsoft DirectX 9.0 |
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.
See Also