Share via


EC_USERABORT (Windows Embedded CE 6.0)

1/6/2010

A user has forced the termination of a requested operation.

Parameters

  • lParam1
    Zero.
  • lParam2
    Zero.

Remarks

This event notification is sent by video renderers to the filter graph manager and the application.

This notification signals a closure that the user requested. For example, this notification would be sent if the user closed the video window.

After this notification is sent, no more samples should be accepted until the renderer has gone through a stop transition.

No EC_REPAINT notifications should be sent after an EC_USERABORT notification is sent unless the renderer is stopped and reset.

For information on how to use this event code, see CBaseFilter::NotifyEvent.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

Event Notification Codes