Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
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 |
dshow.h, |
Library |
Strmiids.lib |