4 references to INVALID_HANDLE_VALUE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
8275if (hProcess != (IntPtr)0 && hProcess != (IntPtr)INVALID_HANDLE_VALUE) 8278hProcess = INVALID_HANDLE_VALUE; 8281if (hThread != (IntPtr)0 && hThread != (IntPtr)INVALID_HANDLE_VALUE) 8284hThread = INVALID_HANDLE_VALUE;