Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
typedef struct _STOR_SET_EVENT_LOGGING {
STORPORT_ETW_EVENT_CHANNEL Channel;
BOOLEAN Enabled;
} STOR_SET_EVENT_LOGGING, *PSTOR_SET_EVENT_LOGGING;
Members
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported server | Windows Server 2022 |
| Header | storport.h |