Microsoft Windows CE 3.0  

EC_USERABORT

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.

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 has been sent, no more samples should be accepted until the renderer has gone through a stop transition. No EC_REPAINTnotifications should be sent after an EC_USERABORTnotification is sent unless the renderer is stopped and reset.

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