estructura STORAGE_STACK_DESCRIPTOR (ntddstor.h)
La estructura STORAGE_STACK_DESCRIPTOR describe la pila de almacenamiento del dispositivo.
Sintaxis
typedef struct _STORAGE_STACK_DESCRIPTOR {
ULONG Version;
ULONG Size;
STORAGE_STACK_TYPE StorageStackType;
} STORAGE_STACK_DESCRIPTOR, *PSTORAGE_STACK_DESCRIPTOR;
Miembros
Version
El tamaño de esta estructura actúa como versión. Se establece en sizeof(STORAGE_STACK_DESCRIPTOR)
.
Size
Tamaño del búfer. El valor devuelto indica el tamaño que debe tener el búfer para almacenar datos completos.
StorageStackType
Tipo de pila de almacenamiento para el dispositivo, como SCSI, NVMe, etc.
Requisitos
Requisito | Valor |
---|---|
Header | ntddstor.h |