Share via


IAMTuner::RegisterNotificationCallBack (Windows Embedded CE 6.0)

1/6/2010

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 Value

Returns E_NOTIMPL.

Requirements

Header strmif.h
Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later

See Also

Reference

IAMTuner Interface