STORAGE_HW_FIRMWARE_SLOT_INFO structure (ntddstor.h)
This structure contains information about a slot on a device.
Syntax
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
The version of this structure. This should be set to sizeof(STORAGE_HW_FIRMWARE_SLOT_INFO)
Size
The size of this structure.
SlotNumber
The slot number of this slot.
ReadOnly
Indicates whether this slot is read-only or not.
Reserved0
Reserved for future use.
Reserved1[6]
Reserved for future use.
Revision[STORAGE_HW_FIRMWARE_REVISION_LENGTH]
The revision of the firmware on this slot.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | ntddstor.h (include Ntddstor.h) |