STORAGE_HW_FIRMWARE_INFO_QUERY struttura (ntddstor.h)

Questa struttura contiene informazioni sul firmware del dispositivo.

Sintassi

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

Members

Version

Versione di questa struttura. Questa opzione deve essere impostata su sizeof(STORAGE_HW_FIRMWARE_INFO_QUERY)

Size

Dimensioni di questa struttura come buffer.

Flags

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 dall'handle del dispositivo o dall'oggetto stesso.

Reserved

Riservato per utilizzi futuri.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Intestazione ntddstor.h