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 |
|---|---|
|
Retrieves the next specified number of objects in the collection. Opnum: 3 |
|
|
Skips the specified number of objects in the collection. Opnum: 4 |
|
|
Resets the enumeration sequence to the beginning of the collection. Opnum: 5 |
|
|
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.