structure PRI_FULL_STATUS_DESCRIPTOR (scsi.h)
La structure PRI_FULL_STATUS_DESCRIPTOR est utilisée pour construire la structure de PRI_FULL_STATUS_LIST qui est retournée en réponse à une commande Réserve permanente in avec ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS
.
Syntaxe
typedef struct {
PRI_FULL_STATUS_DESCRIPTOR_HEADER Header;
UCHAR TransportID[ANYSIZE_ARRAY];
} PRI_FULL_STATUS_DESCRIPTOR, *PPRI_FULL_STATUS_DESCRIPTOR;
Membres
Header
Contient la structure PRI_FULL_STATUS_DESCRIPTOR_HEADER .
TransportID[ANYSIZE_ARRAY]
Le TransportID identifie le port initiateur SCSI décrit par ce descripteur d’état complet.
Remarques
La demande IOCTL_STORAGE_PERSISTENT_RESERVE_IN est utilisée pour obtenir des informations sur les réservations persistantes et les clés de réservation actives au sein d’un serveur d’appareil.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | scsi.h |