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: u16ExFlags: u16ExCylinders: u32ExHeads: u32ExSectorsPerTrack: u32ExSectorsPerDrive: u64ExSectorSize: u16ExReserved: u16