Condividi tramite


struttura STORAGE_HW_FIRMWARE_INFO_QUERY

Questa struttura contiene informazioni sul firmware del dispositivo.

Sintassi

typedef struct _STORAGE_HW_FIRMWARE_INFO_QUERY {
  DWORD Version;
  DWORD Size;
  DWORD Flags;
  DWORD Reserved;
} STORAGE_HW_FIRMWARE_INFO_QUERY, *PSTORAGE_HW_FIRMWARE_INFO_QUERY;

Members

Versione

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

Dimensione

Dimensioni di questa struttura come buffer.

Flag

Flag associati alla query. Di seguito sono riportati i flag che possono essere impostati in questo membro.

Flag Descrizione
STORAGE_HW_FIRMWARE_REQUEST_FLAG_CONTROLLER Indica che la destinazione della richiesta diversa dalla mano o dall'oggetto del dispositivo stesso.

Reserved

Riservato per utilizzi futuri.

Requisiti

Requisito Valore
Client minimo supportato
Windows 10 [solo app desktop]
Server minimo supportato
Windows Server 2016 [solo app desktop]
Intestazione
Winioctl.h.h (include Windows.h)

Vedi anche

IOCTL_STORAGE_FIRMWARE_ACTIVATE

STORAGE_HW_FIRMWARE_ACTIVATE

IOCTL_STORAGE_FIRMWARE_DOWNLOAD

STORAGE_HW_FIRMWARE_DOWNLOAD

IOCTL_STORAGE_FIRMWARE_GET_INFO

STORAGE_HW_FIRMWARE_INFO

STORAGE_HW_FIRMWARE_SLOT_INFO