Function windows::Win32::System::Threading::GetProcessHandleCount
pub unsafe fn GetProcessHandleCount<P0>(
hprocess: P0,
pdwhandlecount: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,