struttura STOR_SET_EVENT_LOGGING (storport.h)
STOR_SET_EVENT_LOGGING è la struttura a cui punta il parametro parameters parameters parameters quando viene chiamata la routine HwStorAdapterControl di un miniport con un ControlType di ScsiAdapterSetEventLogging.
Sintassi
typedef struct _STOR_SET_EVENT_LOGGING {
STORPORT_ETW_EVENT_CHANNEL Channel;
BOOLEAN Enabled;
} STOR_SET_EVENT_LOGGING, *PSTOR_SET_EVENT_LOGGING;
Membri
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 una scheda e FALSE indica che il canale è disabilitato.
Fabbisogno
Requisito | Valore |
---|---|
server minimo supportato | Windows Server 2022 |
intestazione | storport.h |