3 references to OpenProcess
System (3)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (3)
60
using (SafeProcessHandle procHandle = SafeProcessHandle.
OpenProcess
(NativeMethods.PROCESS_QUERY_INFORMATION, false, pid)) {
1212
using (SafeProcessHandle procHandle = SafeProcessHandle.
OpenProcess
(NativeMethods.PROCESS_QUERY_INFORMATION, false, pid)) {
1239
using (SafeProcessHandle procHandle = SafeProcessHandle.
OpenProcess
(NativeMethods.SYNCHRONIZE, false, pid)) {