IAMTuner::RegisterNotificationCallBack (Windows CE 5.0)

Send Feedback

The RegisterNotificationCallBack method enables an object 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 E_NOTIMPL.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: strmif.h.

See Also

IAMTunerInterface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.