3.1.3 IVssEnumMgmtObject Details

The IVssEnumMgmtObject interface is used to enumerate forward through a collection of objects.

Methods in RPC Opnum Order

Method

Description

Next

Retrieves the next specified number of objects in the collection.

Opnum: 3

Skip

Skips the specified number of objects in the collection.

Opnum: 4

Reset

Resets the enumeration sequence to the beginning of the collection.

Opnum: 5

Clone

Creates a copy of the enumerator object that references the same internal collection of objects and state as the original enumerator.

Opnum: 6

All methods MUST NOT throw exceptions.