Condividi tramite


STORAGE_STACK_DESCRIPTOR struttura (ntddstor.h)

La struttura STORAGE_STACK_DESCRIPTOR descrive lo stack di archiviazione per il dispositivo.

Sintassi

typedef struct _STORAGE_STACK_DESCRIPTOR {
  ULONG              Version;
  ULONG              Size;
  STORAGE_STACK_TYPE StorageStackType;
} STORAGE_STACK_DESCRIPTOR, *PSTORAGE_STACK_DESCRIPTOR;

Members

Version

La dimensione di questa struttura funge da versione. Questa opzione è impostata su sizeof(STORAGE_STACK_DESCRIPTOR).

Size

Dimensioni del buffer. Il valore restituito indica la dimensione del buffer da archiviare i dati completi.

StorageStackType

Tipo di stack di archiviazione per il dispositivo, ad esempio SCSI, NVMe e così via.

Requisiti

Requisito Valore
Intestazione ntddstor.h