Microsoft DirectX 9.0 |
The EndFlush method ends a flush operation.
Syntax
virtual HRESULT EndFlush(void);
Return Value
Returns S_OK or another HRESULT value.
Remarks
At the end of a flush operation, the input pin's CTransformInputPin::EndFlush method calls this method. This method passes the EndFlush call downstream.
If the derived class uses a worker thread to deliver samples, it must discard any queued data before sending the EndFlush call downstream. For more information, see Data Flow for Filter Developers.
See Also