windows::Win32::System::Diagnostics::Debug

Function RangeMapAddPeImageSections

pub unsafe fn RangeMapAddPeImageSections<P1>(
    rmaphandle: *const c_void,
    imagename: P1,
    mappedimage: *const c_void,
    mappingbytes: u32,
    imagebase: u64,
    usertag: u64,
    mappingflags: u32,
) -> BOOL
where P1: Param<PCWSTR>,