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 version of this page is also available for
4/8/2010

All data has been rendered. Renderers send this event notification.

Parameters

lParam1

HRESULTvalue of some operation. This can be S_OK.

lParam2

Zero or the renderer's IBaseFilterpointer.

Remarks

The default is not to send this event notification to the application.

You can override the default by calling the IMediaEvent::CancelDefaultHandlingmethod.

No more data should be accepted after the EndOfStreammethod is called on the renderer's input pin.

Exactly one EC_COMPLETEnotification must be sent for each logical stream.

Stopping a renderer resets any end-of-stream state that is cached.

Although individual EC_COMPLETEevents are not sent by default, the last individual EC_COMPLETEis sent to the application when all streams have sent one to the filter graph.

If default handling is turned off, the application gets them all (one per stream).

If default handling is enabled, the lParam2argument is null.

If it is disabled, lParam2contains the IBaseFilterpointer of the sending filter or null if the filter does not provide it.

As with all events, call IMediaEvent::FreeEventParamsto release resources held by the event.

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

Requirements

Windows Embedded CE Windows CE 2.12 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 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