DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION structure (diagnosticdataquerytypes.h)

A resource that represents a category, defined by an identifier and a name. A category is an organizational construct to categorize records for a given producer. For example, "Browsing Data" could be a category for the producer "Microsoft Edge".

Syntax

typedef struct tagDIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION {
  INT32  id;
  LPWSTR name;
} DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION;

Members

id

Type: INT32 An identifier to identify this category.

name

Type: LPWSTR The name of this category.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header diagnosticdataquerytypes.h