Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CATEGORYINFO structure (comcat.h)
Describes a component category.
Syntax
typedef struct tagCATEGORYINFO {
CATID catid;
LCID lcid;
OLECHAR szDescription[128];
} CATEGORYINFO, *LPCATEGORYINFO;
Members
catid
The category identifier for the component.
lcid
The locale identifier. See Language Identifier Constants and Strings.
szDescription[128]
The description of the category (cannot exceed 128 characters).
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | comcat.h |
See also
Feedback
Was this page helpful?
