(storport.h) PRI_FULL_STATUS_LIST 结构

返回 PRI_FULL_STATUS_LIST 结构,以响应具有 ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS的持久预留 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 位计数器,每次持久保留 In 命令请求RESERVATION_ACTION_READ_FULL_STATUS服务操作时,该计数器都会递增。

AdditionalLength[4]

AdditionalDescriptorLength 字段指示完整状态列表中的字节数。

FullStatusDescriptors[ANYSIZE_ARRAY]

PRI_FULL_STATUS_DESCRIPTOR结构的数组。

要求

要求
Header storport.h

另请参阅