Microsoft Windows CE 3.0  

CTransformFilter::BeginFlush

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.

Receives notification of entering the flushing state and passes it downstream.

virtual HRESULT BeginFlush( );

Return Values

Returns an HRESULTvalue.

Remarks

By default, this member function calls the CBaseOutputPin::DeliverEndFlushmember function on the output pin to send the BeginFlushnotification to the next filter. Override this member function if you are using queued data or a worker thread.