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

Function SymFindExecutableImageW

pub unsafe fn SymFindExecutableImageW<P1>(
    hprocess: HANDLE,
    filename: P1,
    imagefilepath: PWSTR,
    callback: PFIND_EXE_FILE_CALLBACKW,
    callerdata: *const c_void,
) -> Result<HANDLE>
where P1: Param<PCWSTR>,