DIEnumWbemClassObject.Reset

[This is preliminary documentation and subject to change.]

The DIEnumWbemClassObject.Reset method resets the current position of the enumerator back to the beginning of the enumeration. Since CIM objects are dynamic, calling this method does not necessarily give you the same list of objects that may have been obtained previously.

Reset( ) As Long
 

Parameters

None.

Return Values

WBEM_NO_ERROR Success.
WBEM_S_FALSE Failure.

For more information on return values see Visual Basic error handeling and return values.