Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Contains category information. A component category is a group of logically-related Component Object Model (COM) classes that share a common category identifier (CATID).
Syntax
typedef struct CATEGORY_INFO {
CATEGORYINFO_FLAGS cif;
WCHAR wszName[260];
} CATEGORY_INFO;
Members
cif
Type: CATEGORYINFO_FLAGS
A flag from CATEGORYINFO_FLAGS that specifies the type of information to retrieve.
wszName[260]
Type: WCHAR[260]
A character array that specifies the name of the category.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |