Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about a slot on a device.
Syntax
typedef struct _STORAGE_HW_FIRMWARE_SLOT_INFO {
DWORD Version;
DWORD Size;
BYTE SlotNumber;
BYTE ReadOnly :1;
BYTE Reserved0 :7;
BYTE Reserved1[6];
BYTE 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
-
Reserved for future use.
-
Revision
-
The revision of the firmware on this slot.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
|