estructura de PRI_FULL_STATUS_DESCRIPTOR (scsi.h)
La estructura PRI_FULL_STATUS_DESCRIPTOR se usa para construir la estructura PRI_FULL_STATUS_LIST que se devuelve en respuesta a un comando Reserva persistente in con ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS
.
Sintaxis
typedef struct {
PRI_FULL_STATUS_DESCRIPTOR_HEADER Header;
UCHAR TransportID[ANYSIZE_ARRAY];
} PRI_FULL_STATUS_DESCRIPTOR, *PPRI_FULL_STATUS_DESCRIPTOR;
Miembros
Header
Contiene la estructura PRI_FULL_STATUS_DESCRIPTOR_HEADER .
TransportID[ANYSIZE_ARRAY]
TransportID identifica el puerto del iniciador SCSI descrito por este descriptor de estado completo.
Comentarios
La solicitud IOCTL_STORAGE_PERSISTENT_RESERVE_IN se usa para obtener información sobre las reservas persistentes y las claves de reserva que están activas dentro de un servidor de dispositivos.
Requisitos
Requisito | Valor |
---|---|
Header | scsi.h |