windows::Win32::UI::Shell

Function FindExecutableA

pub unsafe fn FindExecutableA<P0, P1>(
    lpfile: P0,
    lpdirectory: P1,
    lpresult: &mut [u8; 260],
) -> HINSTANCE
where P0: Param<PCSTR>, P1: Param<PCSTR>,