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