6 references to CloseHandle
System (6)
compmod\microsoft\win32\safehandles\SafeProcessHandle.cs (1)
57
return SafeNativeMethods.
CloseHandle
(handle);
compmod\microsoft\win32\safehandles\SafeThreadHandle.cs (1)
39
return SafeNativeMethods.
CloseHandle
(handle);
services\monitoring\system\diagnosticts\Process.cs (1)
1491
SafeNativeMethods.
CloseHandle
(hToken);
services\monitoring\system\diagnosticts\ProcessManager.cs (3)
124
SafeNativeMethods.
CloseHandle
(tokenHandle);
410
if (handle != (IntPtr)(-1)) SafeNativeMethods.
CloseHandle
(handle);
456
if (handle != (IntPtr)(-1)) SafeNativeMethods.
CloseHandle
(handle);