IVssEnumObject::Reset method (vss.h)

The Reset method resets the enumerator so that IVssEnumObject:Next starts at the first enumerated object.

Syntax

HRESULT Reset();

Return value

The following are the valid return codes for this method.

Value Meaning
S_OK
The operation was successful.
E_FAIL
There was an internal error in the enumerator.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header vss.h
Library VssApi.lib

See also

IVssEnumObject

IVssEnumObject:Next