// storport.h
typedef struct _STOR_SET_EVENT_LOGGING {
STORPORT_ETW_EVENT_CHANNEL Channel;
BOOLEAN Enabled;
} STOR_SET_EVENT_LOGGING, *PSTOR_SET_EVENT_LOGGING;
View the official Windows Driver Kit DDI reference
No description available.
STOR_SET_EVENT_LOGGING is the structure pointed to by the Parameters parameter when a miniport's HwStorAdapterControl routine is called with a ControlType of ScsiAdapterSetEventLogging.
Channel
A STORPORT_ETW_EVENT_CHANNEL value that identifies the channel.
Enabled
BOOLEAN value that indicates whether the channel identified by Channel is enabled. TRUE means the channel is enabled for an adapter, and FALSE means the channel is disabled.