Partager via


structure PRI_FULL_STATUS_LIST (storport.h)

La structure PRI_FULL_STATUS_LIST est retournée en réponse à une commande Réserve permanente in avec ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS.

Syntaxe

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

Membres

Generation[4]

Le champ Génération contient un compteur 32 bits qui est géré par le serveur d’appareil, qui est incrémenté chaque fois qu’une commande Réserve permanente dans demande une action de service RESERVATION_ACTION_READ_FULL_STATUS.

AdditionalLength[4]

Le champ AdditionalDescriptorLength indique le nombre d’octets dans la liste d’état complète.

FullStatusDescriptors[ANYSIZE_ARRAY]

Tableau de structures PRI_FULL_STATUS_DESCRIPTOR .

Configuration requise

Condition requise Valeur
En-tête storport.h

Voir aussi