STOR_TELEMETRY_CATEGORY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef enum _STOR_TELEMETRY_CATEGORY {
  StorTelemetryCategory,
  StorMeasuresCategory
} STOR_TELEMETRY_CATEGORY, *PSTOR_TELEMETRY_CATEGORY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-storport-_stor_telemetry_category)

STOR_TELEMETRY_CATEGORY enumeration

Description

The STOR_TELEMETRY_CATEGORY enumerator indicates the category of the telemetry event being logged in StorPortLogTelemetryEx.

Constants

StorTelemetryCategory

Indicates that the telemetry event can be used for general purpose telemetry and diagnostics. This category maps to the MICROSOFT_KEYWORD_TELEMETRY category defined in MicrosoftTelemetry.h.

StorMeasuresCategory

Indicates that the telemetry event can be used to feed into quality measures. This category maps to the MICROSOFT_KEYWORD_MEASURES category defined in MicrosoftTelemetry.h.

Remarks

See also

StorPortLogTelemetryEx