2 references to SafeProcessHandle
System (2)
compmod\microsoft\win32\safehandles\SafeProcessHandle.cs (1)
30
internal static SafeProcessHandle InvalidHandle = new
SafeProcessHandle
(IntPtr.Zero);
services\monitoring\system\diagnosticts\Process.cs (1)
2278
SafeProcessHandle handle = new
SafeProcessHandle
(shellExecuteInfo.hProcess);