Microsoft DirectX 9.0

CBaseOutputPin::EndFlush

The EndFlush method ends a flush operation. This method implements the IPin::EndFlush method.

Syntax

HRESULT EndFlush(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