Share via


CBaseRenderer::EndFlush

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also