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