Struct windows_sys::Win32::System::Ioctl::DISK_EX_INT13_INFO
#[repr(C)]pub struct DISK_EX_INT13_INFO {
pub ExBufferSize: u16,
pub ExFlags: u16,
pub ExCylinders: u32,
pub ExHeads: u32,
pub ExSectorsPerTrack: u32,
pub ExSectorsPerDrive: u64,
pub ExSectorSize: u16,
pub ExReserved: u16,
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ExBufferSize: u16§ExFlags: u16§ExCylinders: u32§ExHeads: u32§ExSectorsPerTrack: u32§ExSectorsPerDrive: u64§ExSectorSize: u16§ExReserved: u16