estructura PRI_FULL_STATUS_LIST_HEADER (scsi.h)

La estructura PRI_FULL_STATUS_LIST_HEADER es el primer miembro de un PRI_FULL_STATUS_LIST que se devuelve en respuesta a un comando Reserva persistente en con ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS.

Sintaxis

typedef struct {
  UCHAR Generation[4];
  UCHAR AdditionalLength[4];
} PRI_FULL_STATUS_LIST_HEADER, *PPRI_FULL_STATUS_LIST_HEADER;

Miembros

Generation[4]

El campo Generación contiene un contador de 32 bits que mantiene el servidor de dispositivos, que se incrementa cada vez que un comando Reserva persistente en solicita una acción de servicio de RESERVATION_ACTION_READ_FULL_STATUS.

AdditionalLength[4]

El campo AdditionalDescriptorLength indica el número de bytes siguientes.

Requisitos

Requisito Valor
Header scsi.h

Consulte también