Condividi tramite


struttura PRI_FULL_STATUS_DESCRIPTOR (storport.h)

La struttura PRI_FULL_STATUS_DESCRIPTOR viene usata per costruire la struttura PRI_FULL_STATUS_LIST restituita in risposta a un comando Riserva persistente in con ServiceAction=RESERVATION_ACTION_READ_FULL_STATUS.

Sintassi

typedef struct {
  PRI_FULL_STATUS_DESCRIPTOR_HEADER Header;
  UCHAR                             TransportID[ANYSIZE_ARRAY];
} PRI_FULL_STATUS_DESCRIPTOR, *PPRI_FULL_STATUS_DESCRIPTOR;

Members

Header

Contiene la struttura PRI_FULL_STATUS_DESCRIPTOR_HEADER .

TransportID[ANYSIZE_ARRAY]

TransportID identifica la porta iniziatore descritta da questo descrittore di stato completo.

Commenti

La richiesta di IOCTL_STORAGE_PERSISTENT_RESERVE_IN viene usata per ottenere informazioni sulle prenotazioni persistenti e sulle chiavi di prenotazione attive all'interno di un server di dispositivi.

Requisiti

Requisito Valore
Intestazione storport.h

Vedi anche