Share via


Interfaccia ICatInformation (comcat.h)

Ottiene informazioni sulle categorie implementate o richieste da una determinata classe, nonché informazioni sulle categorie registrate nel computer specificato.

Ereditarietà

L'interfaccia ICatInformation eredita dall'interfaccia IUnknown . ICatInformation ha anche questi tipi di membri:

Metodi

L'interfaccia ICatInformation include questi metodi.

 
ICatInformation::EnumCategories

Recupera un enumeratore per le categorie di componenti registrate nel sistema.
ICatInformation::EnumClassesOfCategories

Recupera un enumeratore per le classi che implementano uno o più identificatori di categoria specificati.
ICatInformation::EnumImplCategoriesOfClass

Recupera un enumeratore per i CATID implementati dalla classe specificata.
ICatInformation::EnumReqCategoriesOfClass

Recupera un enumeratore per i CATID richiesti dalla classe specificata.
ICatInformation::GetCategoryDesc

Recupera la stringa di descrizione localizzata per un ID di categoria specifico.
ICatInformation::IsClassOfCategories

Determina se una classe implementa una o più categorie.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Piattaforma di destinazione Windows
Intestazione comcat.h

Vedi anche

ICatRegister