PRI_FULL_STATUS_LIST_HEADER structure (scsi.h)

The PRI_FULL_STATUS_LIST_HEADER structure is the first member of a PRI_FULL_STATUS_LIST that is returned in response to a Persistent Reserve In command with ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS.

Syntax

typedef struct {
  UCHAR Generation[4];
  UCHAR AdditionalLength[4];
} PRI_FULL_STATUS_LIST_HEADER, *PPRI_FULL_STATUS_LIST_HEADER;

Members

Generation[4]

The Generation field contains a 32-bit counter that is maintained by the device server, which is incremented every time a Persistent Reserve In command requests a RESERVATION_ACTION_READ_FULL_STATUS service action.

AdditionalLength[4]

The AdditionalDescriptorLength field indicates the number of bytes that follow.

Requirements

Requirement Value
Header scsi.h

See also