IAMTuner::UnRegisterNotificationCallBack
Microsoft DirectShow 9.0 |
IAMTuner::UnRegisterNotificationCallBack
The UnRegisterNotificationCallBack method unregisters an object for event notifications.
This method is not implemented.
Syntax
HRESULT UnRegisterNotificationCallBack( IAMTunerNotification *pNotify );
Parameters
pNotify
[in] Pointer to the IAMTunerNotification interface that was specified in a previous call to RegisterNotificationCallBack.
Return Values
Returns E_NOTIMPL.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also