// storport.h
typedef enum _STOR_TELEMETRY_CATEGORY {
StorTelemetryCategory,
StorMeasuresCategory
} STOR_TELEMETRY_CATEGORY, *PSTOR_TELEMETRY_CATEGORY;
View the official Windows Driver Kit DDI referenceNo description available.
The STOR_TELEMETRY_CATEGORY enumerator indicates the category of the telemetry event being logged in StorPortLogTelemetryEx.
StorTelemetryCategoryIndicates 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.
StorMeasuresCategoryIndicates 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.