Struct windows_sys::Win32::System::Ioctl::DISK_INT13_INFO
#[repr(C)]pub struct DISK_INT13_INFO {
pub DriveSelect: u16,
pub MaxCylinders: u32,
pub SectorsPerTrack: u16,
pub MaxHeads: u16,
pub NumberDrives: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§DriveSelect: u16
§MaxCylinders: u32
§SectorsPerTrack: u16
§MaxHeads: u16
§NumberDrives: u16