Microsoft DirectX 8.1 (C++)

IAMTuner::RegisterNotificationCallBack

The RegisterNotificationCallBack method allows an object that implements the IAMTunerNotification interface to receive event notifications when the tuner changes state.

Syntax

HRESULT RegisterNotificationCallBack(
  IAMTunerNotification *pNotify,
  long lEvents
);

Parameters

pNotify

[in] Pointer to the IAMTunerNotification interface of an object that will receive the tuner event notifications.

lEvents

[in] Flag indicating that an event has occurred. The only value currently defined is AMTUNER_EVENT_CHANGED.

Return Values

Returns an HRESULT value.

See Also