Microsoft DirectX 8.1 (C++)

IAMTuner::UnRegisterNotificationCallBack

The UnRegisterNotificationCallBack method unregisters an object for event notifications.

Syntax

HRESULT UnRegisterNotificationCallBack(
  IAMTunerNotification *pNotify
);

Parameters

pNotify

[in] Pointer to the IAMTunerNotification interface that was specified in a previous call to IAMTuner::RegisterNotificationCallBack.

Return Values

Returns an HRESULT value.

See Also