Microsoft DirectX 9.0

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