Function std::sys::windows::process::resolve_exe

source ·
fn resolve_exe<'a>(
    exe_path: &'a OsStr,
    parent_paths: impl FnOnce() -> Option<OsString>,
    child_paths: Option<&OsStr>
) -> Result<Vec<u16>>
🔬This is a nightly-only experimental API. (process_internals)