Condividi tramite


struttura STORAGE_STACK_DESCRIPTOR (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;

Membri

Version

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

Size

Dimensioni del buffer. Il valore restituito indica quanto grande deve essere il buffer per archiviare i dati completi.

StorageStackType

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

Fabbisogno

Requisito Valore
intestazione ntddstor.h