| Microsoft DirectX 8.1 (C++) | 
The EndFlush method ends a flush operation.
Syntax
HRESULT EndFlush(void);
Return Value
Returns an HRESULT value. Possible values include the following.
| Value | Description | 
| S_OK | Success. | 
| E_UNEXPECTED | The pin is an output pin. | 
Remarks
Call this method only on input pins. Output pins return E_UNEXPECTED.
When this method is called, the filter performs the following actions:
When the method returns, the pin can accept new samples.
See Also