| Microsoft DirectX 8.1 (C++) |
The EndFlush method ends a flush operation. This method implements the IPin::EndFlush method.
Syntax
HRESULT EndFlush(void);
Return Value
Returns an HRESULT value. Possible values include those shown in the following table.
| Value | Description |
| S_OK | Success. |
| VFW_E_NOT_CONNECTED | Output pin is not connected. |
Remarks
This method calls the filter's CTransformFilter::EndFlush method to deliver the call downstream. Then it calls the pin's CBaseInputPin::EndFlush method.
See Also