Microsoft DirectX 9.0 |
The EndFlush method ends a flush operation. Implements the IPin::EndFlush method.
Syntax
HRESULT EndFlush(void);
Return Value
Returns S_OK.
Remarks
This method sets the CBaseInputPin::m_bFlushing flag to TRUE, which enables the CBaseInputPin::Receive method to accept samples.
The derived class must override this method and perform the following steps:
See Also