Microsoft Windows CE 3.0  

EC_ERRORABORT

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.

An error forced the termination of a requested operation.

Parameters

lParam1
HRESULTvalue of some operation that failed. For instance, this might be VFW_E_CANNOT_CONNECTif a reconnect failed.
lParam2
Zero.

Remarks

A filter or the filter graph manager generates this event notification and sends it to the application.

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