struttura DIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION (diagnosticdataquerytypes.h)

Risorsa che rappresenta una categoria, definita da un identificatore e un nome. Una categoria è un costrutto dell'organizzazione per classificare i record per un determinato produttore. Ad esempio, "Esplora dati" può essere una categoria per il produttore "Microsoft Edge".

Sintassi

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

Members

id

Tipo: INT32 Identificatore per identificare questa categoria.

name

Tipo: LPWSTR Nome di questa categoria.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 2004 (10.0; Build 19041)
Server minimo supportato Windows Server, versione 2004 (10.0; Build 19041)
Intestazione diagnosticdataquerytypes.h