STOR_SET_EVENT_LOGGING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-stor_set_event_logging)

Description

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.

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.

See also

HwStorAdapterControl

STORPORT_ETW_EVENT_CHANNEL