Share via


IAMTVAudio::RegisterNotificationCallBack

 
Microsoft DirectShow 9.0

IAMTVAudio::RegisterNotificationCallBack

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

This method is not implemented.

Syntax

  HRESULT RegisterNotificationCallBack(
  IAMTunerNotification *pNotify,
  long lEvents
);

Parameters

pNotify

[in] Pointer to the IAMTunerNotification interface that will receive the event notifications.

lEvents

[in] Flag indicating that an event has occurred. 

Return Values

Returns a E_NOTIMPL.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also