Microsoft DirectX 9.0 |
The DeliverEndFlush method requests the connected input pin to end a flush operation.
Syntax
HRESULT DeliverEndFlush(void);
Return Value
Returns S_OK if successful, or an HRESULT value indicating the cause of the failure.
Remarks
This method overrides the CBaseOutputPin::DeliverEndFlush method. It resets the CDynamicOutputPin::m_hStopEvent event.
See Also