Microsoft DirectX 9.0 |
The EndFlush method ends a flush operation. This method implements the IPin::EndFlush method.
Syntax
HRESULT EndFlush(void);
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method clears any pending EC_COMPLETE events.
See Also