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