1 write to hProcess
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
8278
hProcess
= INVALID_HANDLE_VALUE;
3 references to hProcess
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
8275
if (
hProcess
!= (IntPtr)0 &&
hProcess
!= (IntPtr)INVALID_HANDLE_VALUE)
8277
CloseHandle(new HandleRef(this,
hProcess
));