PRI_FULL_STATUS_LIST結構 (scsi.h)

傳回 PRI_FULL_STATUS_LIST 結構,以回應具有 ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS的Persistent Reserve In命令。

語法

typedef struct {
  UCHAR                             Generation[4];
  UCHAR                             AdditionalLength[4];
  PRI_FULL_STATUS_DESCRIPTOR_HEADER FullStatusDescriptors[ANYSIZE_ARRAY];
} PRI_FULL_STATUS_LIST, *PPRI_FULL_STATUS_LIST;

成員

Generation[4]

[產生] 字段包含裝置伺服器所維護的 32 位計數器,每當 Persistent Reserve In 命令要求RESERVATION_ACTION_READ_FULL_STATUS服務動作時,就會遞增。

AdditionalLength[4]

AdditionalDescriptorLength 字段會指出完整狀態清單中的位元組數目。

FullStatusDescriptors[ANYSIZE_ARRAY]

PRI_FULL_STATUS_DESCRIPTOR 結構的陣列。

規格需求

需求
標頭 scsi.h

另請參閱