CATEGORY_INFO structure (shobjidl_core.h)

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)