DIAGNOSTIC_DATA_EVENT_TAG_STATS structure (diagnosticdataquerytypes.h)

A resource that includes a privacy tag and how many events have this privacy tag.

Syntax

typedef struct tagDIAGNOSTIC_DATA_EVENT_TAG_STATS {
  INT32  privacyTag;
  UINT32 eventCount;
} DIAGNOSTIC_DATA_EVENT_TAG_STATS;

Members

privacyTag

Type: INT32 The numeric identifier for this privacy tag.

eventCount

Type: UINT32 The number of events that have this privacy tag.

Remarks

See our privacy statement for information about diagnostic data privacy tags.

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