struttura STOR_SET_EVENT_LOGGING (storport.h)

STOR_SET_EVENT_LOGGING è la struttura a cui punta il parametro Parameters quando viene chiamata la routine HwStorAdapterControl di un miniport con controlTypeScsiAdapterSetEventLogging.

Sintassi

typedef struct _STOR_SET_EVENT_LOGGING {
  STORPORT_ETW_EVENT_CHANNEL Channel;
  BOOLEAN                    Enabled;
} STOR_SET_EVENT_LOGGING, *PSTOR_SET_EVENT_LOGGING;

Members

Channel

Valore STORPORT_ETW_EVENT_CHANNEL che identifica il canale.

Enabled

Valore BOOLEAN che indica se il canale identificato da Channel è abilitato. TRUE indica che il canale è abilitato per un adattatore e FALSE indica che il canale è disabilitato.

Requisiti

Requisito Valore
Server minimo supportato Windows Server 2022
Intestazione storport.h

Vedi anche

HwStorAdapterControl

STORPORT_ETW_EVENT_CHANNEL