DIAGNOSTIC_DATA_EVENT_BINARY_STATS structure (diagnosticdataquerytypes.h)

A resource that describes this binary and the amount of diagnostic data it has sent.

Syntax

typedef struct tagDIAGNOSTIC_DATA_EVENT_BINARY_STATS {
  LPWSTR moduleName;
  LPWSTR friendlyModuleName;
  UINT32 eventCount;
  UINT64 uploadSizeBytes;
} DIAGNOSTIC_DATA_EVENT_BINARY_STATS;

Members

moduleName

Type: LPWSTR The full name of the module or binary.

friendlyModuleName

Type: LPWSTR The friendly name of the module or binary.

eventCount

Type: UINT32 The number of events sent by this module or binary.

uploadSizeBytes

Type: UINT64 The number of bytes sent by this module or binary.

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