struttura STORAGE_HW_FIRMWARE_INFO_QUERY (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;
Membri
Version
Versione di questa struttura. Deve essere impostato 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.
Bandiera | 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 uso futuro.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10 |
server minimo supportato | Windows Server 2016 |
intestazione | ntddstor.h |