pub unsafe extern "system" fn QueryFullProcessImageNameA(
    hprocess: HANDLE,
    dwflags: PROCESS_NAME_FORMAT,
    lpexename: PSTR,
    lpdwsize: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"