CBaseFilter::NotifyEvent (Windows CE 5.0)

Send Feedback

Sends an event notification to the filter graph.

HRESULTNotifyEvent(longEventCode,longEventParam1,longEventParam2);

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.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 3.0 and later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.