3.1.1.1 IEnumVdsObject Interface

The IEnumVdsObject interface enumerates through a set of VDS objects.

The UUID for this interface is {118610B7-8D94-4030-B5B8-500889788E4E}.

The IEnumVdsObject methods are specified in section 3.4.5.2.1.

Methods in RPC Opnum Order

Method

Description

Next

Returns a specified number of objects in the enumeration. It begins from the current point.

Opnum: 3

Skip

Skips a specified number of objects in the enumeration.

Opnum: 4

Reset

Resets the enumerator to the beginning of the collection.

Opnum: 5

Clone

Creates a new enumeration that has the same state as the current enumeration.

Opnum: 6

All methods MUST NOT throw exceptions.