Compartir a través de


estructura de PRI_FULL_STATUS_LIST_HEADER (storport.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 mantenido por el servidor de dispositivos, que se incrementa cada vez que un comando Reserva persistente en solicita una acción de servicio RESERVATION_ACTION_READ_FULL_STATUS.

AdditionalLength[4]

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

Requisitos

Requisito Valor
Header storport.h

Consulte también