DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION structure (diagnosticdataquerytypes.h)

A resource that describes a tag, defined by the tag's name and its description.

Syntax

typedef struct tagDIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION {
  INT32  privacyTag;
  LPWSTR name;
  LPWSTR description;
} DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION;

Members

privacyTag

Type: INT32 A unique identifier for this tag.

name

Type: LPWSTR The name of this tag.

description

Type: LPWSTR The official description for this tag.

Remarks

For more details, see our privacy statement.

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