Struct windows_sys::Win32::System::Ioctl::SCM_LD_INTERLEAVE_SET_INFO
#[repr(C)]pub struct SCM_LD_INTERLEAVE_SET_INFO {
pub Version: u32,
pub Size: u32,
pub InterleaveSetSize: u32,
pub InterleaveSet: [SCM_INTERLEAVED_PD_INFO; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32§Size: u32§InterleaveSetSize: u32§InterleaveSet: [SCM_INTERLEAVED_PD_INFO; 1]