次の方法で共有


CEnumPins::Reset (Compact 2013)

3/26/2014

Resets the enumerator to the beginning so that the next call to the IEnumPins::Next method will return, at a minimum, the first pin of the filter.

Syntax

HRESULT Reset(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function implements the IEnumPins::Reset method.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CEnumPins Class