STORPORT_ETW_EVENT_CHANNEL enumeration (storport.h)

The STORPORT_ETW_EVENT_CHANNEL enumeration identifies the event channels of Storport to which miniport can log an event.

Syntax

typedef enum _STORPORT_ETW_EVENT_CHANNEL {
  StorportEtwEventDiagnostic,
  StorportEtwEventOperational,
  StorportEtwEventHealth
} STORPORT_ETW_EVENT_CHANNEL, *PSTORPORT_ETW_EVENT_CHANNEL;

Constants

 
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).

Remarks

STORPORT_ETW_EVENT_CHANNEL is identified in the Channel member of a STOR_SET_EVENT_LOGGING structure.

Requirements

Requirement Value
Minimum supported client Windows 10 version 21H1
Header storport.h

See also

HwStorAdapterControl

STOR_SET_EVENT_LOGGING