Enables clients to enumerate through a collection of class IDs for COM classes.
Members
The IEnumCLSID interface inherits from the IUnknown interface. IEnumCLSID also has these types of members:
- Methods
Methods
The IEnumCLSID interface has these methods.
| Method | Description |
|---|---|
| Clone | Creates a new enumerator that contains the same enumeration state as the current one. |
| Next | Retrieves the specified number of items in the enumeration sequence. |
| Reset | Resets the enumeration sequence to the beginning. |
| Skip | Skips over the specified number of items in the enumeration sequence. |
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
ComCat.h |
IDL |
ComCat.idl |
IID |
IID_IEnumCLSID is defined as 0002E000-0000-0000-C000-000000000046 |