Share via


CRenderedInputPin::EndFlush

 
Microsoft DirectShow 9.0

CRenderedInputPin::EndFlush

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

Syntax

  HRESULT EndFlush(void);

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method clears any pending EC_COMPLETE events.

Requirements

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

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

See Also