[This is preliminary documentation and subject to change.]
Enumerator interfaces are a standard part of COM. They provide a means of moving within list of similar objects.
| Enumerator Interfaces | Description |
|---|---|
| Next | Return pointer to next item in list. |
| Skip | Skip next item. |
| Reset | Return to start of list. |
| Clone | Copy list. |