4 references to GetProcessHandle
System (4)
services\monitoring\system\diagnosticts\Process.cs (4)
229handle = GetProcessHandle(NativeMethods.PROCESS_QUERY_INFORMATION | NativeMethods.SYNCHRONIZE, false); 301handle = GetProcessHandle(access, false); 1717return GetProcessHandle(access, true); 2431handle = GetProcessHandle(NativeMethods.SYNCHRONIZE, false);