3.1.2 IVssEnumObject Details

The IVssEnumObject 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 beyond 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 collection object. The copy contains an identical copy of the data and state of the original collection.

Opnum: 6

All methods MUST NOT throw exceptions.