3 references to OpenProcess
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\SharedPerformanceCounter.cs (3)
49
using (SafeProcessHandle procHandle = Interop.Kernel32.
OpenProcess
(Interop.Advapi32.ProcessOptions.PROCESS_QUERY_INFORMATION, false, pid))
1303
using (SafeProcessHandle procHandle = Interop.Kernel32.
OpenProcess
(Interop.Advapi32.ProcessOptions.PROCESS_QUERY_INFORMATION, false, pid))
1335
using (SafeProcessHandle procHandle = Interop.Kernel32.
OpenProcess
(Interop.Advapi32.ProcessOptions.SYNCHRONIZE, false, pid))