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

A filter has detected starvation.

Parameters

lParam1

Zero.

lParam2

Zero.

Remarks

A filter sends this event notification.

This notification is not sent to the application.

The default handling of this notification (only when running) is for the graph to be paused until all filters enter the paused state, and then to wait for the pause to complete.

The filter that signaled EC_STARVATIONshould not complete the pause until it has enough data to resume. Normally, this would be sent by a parser or source filter when too little data is arriving.

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