Compartir a través de


estructura de STOR_SET_EVENT_LOGGING (storport.h)

STOR_SET_EVENT_LOGGING es la estructura a la que apunta el parámetro Parameters cuando se llama a la rutina HwStorAdapterControl de un miniporte con un ControlType de ScsiAdapterSetEventLogging.

Sintaxis

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

Miembros

Channel

Valor STORPORT_ETW_EVENT_CHANNEL que identifica el canal.

Enabled

Valor BOOLEAN que indica si el canal identificado por Channel está habilitado. TRUE significa que el canal está habilitado para un adaptador y FALSE significa que el canal está deshabilitado.

Requisitos

Requisito Value
Servidor mínimo compatible Windows Server 2022
Encabezado storport.h

Consulte también

HwStorAdapterControl

STORPORT_ETW_EVENT_CHANNEL