Struct windows_sys::Win32::System::Ioctl::FORMAT_EX_PARAMETERS
#[repr(C)]pub struct FORMAT_EX_PARAMETERS {
pub MediaType: MEDIA_TYPE,
pub StartCylinderNumber: u32,
pub EndCylinderNumber: u32,
pub StartHeadNumber: u32,
pub EndHeadNumber: u32,
pub FormatGapLength: u16,
pub SectorsPerTrack: u16,
pub SectorNumber: [u16; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§MediaType: MEDIA_TYPE
§StartCylinderNumber: u32
§EndCylinderNumber: u32
§StartHeadNumber: u32
§EndHeadNumber: u32
§FormatGapLength: u16
§SectorsPerTrack: u16
§SectorNumber: [u16; 1]