CATEGORY_INFO structure
Applies to: desktop apps only
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
-
Type: WCHAR[260]
-
A character array that specifies the name of the category.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 3/7/2012