Struct windows_sys::Win32::System::Ioctl::BOOT_AREA_INFO
#[repr(C)]pub struct BOOT_AREA_INFO {
pub BootSectorCount: u32,
pub BootSectors: [BOOT_AREA_INFO_0; 2],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§BootSectorCount: u32
§BootSectors: [BOOT_AREA_INFO_0; 2]