(comcat.h) 的 ICatInformation 接口

获取有关特定类实现或所需的类别的信息,以及有关在指定计算机上注册的类别的信息。

继承

ICatInformation 接口继承自 IUnknown 接口。 ICatInformation 还具有以下类型的成员:

方法

ICatInformation 接口包含以下方法。

 
ICatInformation::EnumCategories

检索在系统上注册的组件类别的枚举器。
ICatInformation::EnumClassesOfCategories

检索实现一个或多个指定类别标识符的类的枚举器。
ICatInformation::EnumImplCategoriesOfClass

检索由指定类实现的 CATID 的枚举器。
ICatInformation::EnumReqCategoriesOfClass

检索指定类所需的 CATID 的枚举器。
ICatInformation::GetCategoryDesc

检索特定类别 ID 的本地化说明字符串。
ICatInformation::IsClassOfCategories

确定类是否实现一个或多个类别。

要求

要求
最低受支持的客户端 Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 comcat.h

另请参阅

ICatRegister