Microsoft Windows CE 3.0  

CBaseFilter::NotifyEvent

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sends an event notification to the filter graph.

HRESULT
NotifyEvent(
long
EventCode
,
long
EventParam1
,
long
EventParam2
);

Parameters

EventCode
Identifier of the event.
EventParam1
First parameter of the event.
EventParam2
Second parameter of the event.

Return Values

Returns S_OK if delivered, S_FALSE if the filter graph does not sink events, or an error otherwise.

Remarks

For a list of notification codes and event parameter values, see Event Notification Codes.