Condividi tramite


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;

Membri

Version

Versione di questa struttura. Deve essere impostato su sizeof(STORAGE_HW_FIRMWARE_SLOT_INFO)

Size

Dimensione di questa struttura.

SlotNumber

Numero di slot di questo slot.

ReadOnly

Indica se questo slot è di sola lettura o meno.

Reserved0

Riservato per uso futuro.

Reserved1[6]

Riservato per uso futuro.

Revision[STORAGE_HW_FIRMWARE_REVISION_LENGTH]

Revisione del firmware in questo slot.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
server minimo supportato Windows Server 2016
intestazione ntddstor.h (include Ntddstor.h)