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