Struct windows_sys::Win32::System::Ioctl::DEVICE_DATA_SET_REPAIR_PARAMETERS
#[repr(C)]pub struct DEVICE_DATA_SET_REPAIR_PARAMETERS {
pub NumberOfRepairCopies: u32,
pub SourceCopy: u32,
pub RepairCopies: [u32; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§NumberOfRepairCopies: u32
§SourceCopy: u32
§RepairCopies: [u32; 1]