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

Function ReBaseImage

pub unsafe fn ReBaseImage<P0, P1>(
    currentimagename: P0,
    symbolpath: P1,
    frebase: bool,
    frebasesysfileok: bool,
    fgoingdown: bool,
    checkimagesize: u32,
    oldimagesize: *mut u32,
    oldimagebase: *mut usize,
    newimagesize: *mut u32,
    newimagebase: *mut usize,
    timestamp: u32,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,