2 references to hProcess
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2277
if (shellExecuteInfo.
hProcess
!= (IntPtr)0) {
2278
SafeProcessHandle handle = new SafeProcessHandle(shellExecuteInfo.
hProcess
);