CATEGORYINFO structure
Describes a component category.
Syntax
typedef struct tagCATEGORYINFO { CATID catid; LCID lcid; OLECHAR szDescription[128]; } CATEGORYINFO;
Members
- catid
-
The category identifier for the component.
- lcid
-
The locale identifier. See Language Identifier Constants and Strings.
- szDescription
-
The description of the category (cannot exceed 128 characters).
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: