Microsoft DirectX 8.1 (C++)

CBaseRenderer::EndFlush

The EndFlush method ends a flush operation.

Syntax

virtual HRESULT EndFlush(void);

Return Value

Returns S_OK.

Remarks

The filter's input pin calls this method when it receives a call to the IPin::EndFlush method.

See Also