6 references to SYNCHRONIZE
System (6)
compmod\microsoft\win32\NativeMethods.cs (2)
1573
public const int PROCESS_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED |
SYNCHRONIZE
| 0xFFF;
1603
(~
SYNCHRONIZE
));
services\monitoring\system\diagnosticts\Process.cs (3)
229
handle = GetProcessHandle(NativeMethods.PROCESS_QUERY_INFORMATION | NativeMethods.
SYNCHRONIZE
, false);
2431
handle = GetProcessHandle(NativeMethods.
SYNCHRONIZE
, false);
2497
handle = GetProcessHandle(NativeMethods.
SYNCHRONIZE
| NativeMethods.PROCESS_QUERY_INFORMATION);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1239
using (SafeProcessHandle procHandle = SafeProcessHandle.OpenProcess(NativeMethods.
SYNCHRONIZE
, false, pid)) {