Struct windows_sys::Win32::Storage::IscsiDisc::STORAGE_FIRMWARE_INFO
[−]#[repr(C)]pub struct STORAGE_FIRMWARE_INFO {
pub Version: u32,
pub Size: u32,
pub UpgradeSupport: BOOLEAN,
pub SlotCount: u8,
pub ActiveSlot: u8,
pub PendingActivateSlot: u8,
pub Reserved: u32,
pub Slot: [STORAGE_FIRMWARE_SLOT_INFO; 1],
}Expand description
Required features: ‘Win32_Storage_IscsiDisc’, ‘Win32_Foundation’
Fields
Version: u32Size: u32UpgradeSupport: BOOLEANSlotCount: u8ActiveSlot: u8PendingActivateSlot: u8Reserved: u32Slot: [STORAGE_FIRMWARE_SLOT_INFO; 1]