3 references to OpenProcess
System (3)
services\monitoring\system\diagnosticts\Process.cs (1)
1686
handle = ProcessManager.
OpenProcess
(processId, access, throwIfExited);
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
579
processHandle = ProcessManager.
OpenProcess
(processId, NativeMethods.PROCESS_QUERY_INFORMATION | NativeMethods.PROCESS_VM_READ, true);
613
hCurProcess = ProcessManager.
OpenProcess
(NativeMethods.GetCurrentProcessId(), NativeMethods.PROCESS_QUERY_INFORMATION, true);