struttura STORAGE_HW_FIRMWARE_SLOT_INFO (ntddstor.h)
Questa struttura contiene informazioni su uno slot in un dispositivo.
Sintassi
typedef struct _STORAGE_HW_FIRMWARE_SLOT_INFO {
ULONG Version;
ULONG Size;
UCHAR SlotNumber;
UCHAR ReadOnly : 1;
UCHAR Reserved0 : 7;
UCHAR Reserved1[6];
UCHAR Revision[STORAGE_HW_FIRMWARE_REVISION_LENGTH];
} STORAGE_HW_FIRMWARE_SLOT_INFO, *PSTORAGE_HW_FIRMWARE_SLOT_INFO;
Members
Version
Versione di questa struttura. Deve essere impostato su sizeof(STORAGE_HW_FIRMWARE_SLOT_INFO)
Size
Dimensione della struttura.
SlotNumber
Numero di slot dello slot.
ReadOnly
Indica se lo slot è di sola lettura o meno.
Reserved0
Riservato per usi futuri.
Reserved1[6]
Riservato per usi futuri.
Revision[STORAGE_HW_FIRMWARE_REVISION_LENGTH]
Revisione del firmware in questo slot.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Server minimo supportato | Windows Server 2016 |
Intestazione | ntddstor.h (include Ntddstor.h) |