PRI_FULL_STATUS_DESCRIPTOR structure (scsi.h)
The PRI_FULL_STATUS_DESCRIPTOR structure is used to construct the PRI_FULL_STATUS_LIST structure that is returned in response to a Persistent Reserve In command with ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS
.
Syntax
typedef struct {
PRI_FULL_STATUS_DESCRIPTOR_HEADER Header;
UCHAR TransportID[ANYSIZE_ARRAY];
} PRI_FULL_STATUS_DESCRIPTOR, *PPRI_FULL_STATUS_DESCRIPTOR;
Members
Header
Contains the PRI_FULL_STATUS_DESCRIPTOR_HEADER structure.
TransportID[ANYSIZE_ARRAY]
The TransportID identifies the SCSI initiator port that is described by this full status descriptor.
Remarks
The IOCTL_STORAGE_PERSISTENT_RESERVE_IN request is used to obtain information about persistent reservations and reservation keys that are active within a device server.
Requirements
Requirement | Value |
---|---|
Header | scsi.h |