CPullPin::EndFlush
Override to signal the end of a flushing operation.
virtual HRESULT EndFlush(void) PURE;
Return Values
Returns an HRESULT value.
Remarks
This member function is called by the CPullPin::Seek member function after pausing the thread prior to a seeking operation. You must implement this member function to call the IPin::EndFlush method on the connected downstream pin.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.