// storport.h
typedef enum _STORPORT_ETW_EVENT_CHANNEL {
StorportEtwEventDiagnostic,
StorportEtwEventOperational,
StorportEtwEventHealth,
StorportEtwEventIoPerformance
} STORPORT_ETW_EVENT_CHANNEL, *PSTORPORT_ETW_EVENT_CHANNEL;
View the official Windows Driver Kit DDI reference
No description available.
The STORPORT_ETW_EVENT_CHANNEL enumeration identifies the event channels of Storport to which miniport can log an event.
StorportEtwEventDiagnostic
Storport's diagnostic channel (Microsoft-Windows-Storage-Storport/Diagnose).
StorportEtwEventOperational
Storport's operational channel (Microsoft-Windows-Storage-Storport/Operational).
StorportEtwEventHealth
Storport's health channel (Microsoft-Windows-Storage-Storport/Health).
StorportEtwEventIoPerformance
Reserved for internal use. Do not use.
STORPORT_ETW_EVENT_CHANNEL is identified in the Channel member of a STOR_SET_EVENT_LOGGING structure.