CTransformFilter::BeginFlush
Receives notification of entering the flushing state and passes it downstream.
virtual HRESULT BeginFlush( );
Return Values
Returns an HRESULT value.
Remarks
By default, this member function calls the CBaseOutputPin::DeliverEndFlush member function on the output pin to send the BeginFlush notification to the next filter. Override this member function if you are using queued data or a worker thread.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.