Microsoft DirectX 9.0 |
The BeginFlush method begins a flush operation. Implements the IPin::BeginFlush method.
Syntax
HRESULT BeginFlush(void);
Return Value
Returns E_UNEXPECTED.
Remarks
This method should only be called on input pins, so the CBaseOutputPin implementation returns E_UNEXPECTED.
See Also