IEnumGUID interface (comcat.h)
Enables clients to enumerate through a collection of class IDs for COM classes.
Inheritance
The IEnumGUID interface inherits from the IUnknown interface. IEnumGUID also has these types of members:
Methods
The IEnumGUID interface has these methods.
IEnumGUID::Clone Creates a new enumerator that contains the same enumeration state as the current one. (IEnumGUID.Clone) |
IEnumGUID::Next Retrieves the specified number of items in the enumeration sequence. (IEnumGUID.Next) |
IEnumGUID::Reset Resets the enumeration sequence to the beginning. (IEnumGUID.Reset) |
IEnumGUID::Skip Skips over the specified number of items in the enumeration sequence. (IEnumGUID.Skip) |
Remarks
Alternate names for this interface are IEnumCLSID and IEnumCATID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Target Platform | Windows |
Header | comcat.h |