Function windows::Win32::System::Threading::GetExitCodeProcess

pub unsafe fn GetExitCodeProcess<P0>(
    hprocess: P0,
    lpexitcode: *mut u32,
) -> Result<()>
where P0: Param<HANDLE>,