Compartir a través de


estructura PRI_FULL_STATUS_LIST (storport.h)

La estructura PRI_FULL_STATUS_LIST se devuelve en respuesta a un comando Reserva persistente in con ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS.

Sintaxis

typedef struct {
  UCHAR                             Generation[4];
  UCHAR                             AdditionalLength[4];
  PRI_FULL_STATUS_DESCRIPTOR_HEADER FullStatusDescriptors[ANYSIZE_ARRAY];
} PRI_FULL_STATUS_LIST, *PPRI_FULL_STATUS_LIST;

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 de la lista de estado completo.

FullStatusDescriptors[ANYSIZE_ARRAY]

Matriz de estructuras de PRI_FULL_STATUS_DESCRIPTOR .

Requisitos

Requisito Valor
Header storport.h

Consulte también