Microsoft DirectX 9.0 |
The EndFlush method ends a flush operation.
Syntax
HRESULT EndFlush(void);
Parameters
This method takes no parameters.
Return Values
Returns S_OK if successful, or S_FALSE otherwise.
Remarks
While the pin is flushing, the IAsyncReader::Request method fails and the IAsyncReader::WaitForNext method returns immediately. Call the EndFlush method at the end of a flush operation, to reenable the Request method.
See Also