Partager via


structure PRI_FULL_STATUS_LIST_HEADER (storport.h)

La structure PRI_FULL_STATUS_LIST_HEADER est le premier membre d’un PRI_FULL_STATUS_LIST retourné 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_LIST_HEADER, *PPRI_FULL_STATUS_LIST_HEADER;

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 qui suivent.

Configuration requise

Condition requise Valeur
En-tête storport.h

Voir aussi