CTransformFilter::EndFlush
Receives notification of leaving the flushing state and passes it downstream.
virtual HRESULT EndFlush( );
Return Values
Returns an HRESULT value.
Remarks
This member function is called by the CTransformInputPin::EndFlush member function. Override this member function if you are using queued data or a worker thread. It calls CBaseOutputPin::DeliverEndFlush to deliver the notification downstream.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.