Function windows::Win32::System::Threading::QueryFullProcessImageNameA
pub unsafe fn QueryFullProcessImageNameA<P0>(
hprocess: P0,
dwflags: PROCESS_NAME_FORMAT,
lpexename: PSTR,
lpdwsize: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,