Share via


CEnumPins::Reset

 
Microsoft DirectShow 9.0

CEnumPins::Reset

The Reset method resets the enumeration sequence to the beginning. This method implements the IEnumPins::Reset method.

Syntax

  HRESULT Reset(void);

Return Value

Returns S_OK.

Requirements

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

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

See Also