IEnumCATID interface
Enables clients to enumerate through a collection of category IDs for COM classes.
Members
The IEnumCATID interface inherits from the IUnknown interface. IEnumCATID also has these types of members:
- Methods
Methods
The IEnumCATID 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_IEnumCatID is defined as 0002E000-0000-0000-C000-000000000046 |