9 references to ERROR_INVALID_HANDLE
System (9)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1241case NativeMethods.ERROR_INVALID_HANDLE:
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
702if (e.NativeErrorCode == NativeMethods.ERROR_INVALID_HANDLE || e.NativeErrorCode == NativeMethods.ERROR_PARTIAL_COPY)
sys\system\io\ports\SerialStream.cs (3)
701if ((errorCode == NativeMethods.ERROR_INVALID_PARAMETER) || (errorCode == NativeMethods.ERROR_INVALID_HANDLE)) 1571if (hr == NativeMethods.ERROR_INVALID_HANDLE) 1620if (hr == NativeMethods.ERROR_INVALID_HANDLE)
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
137case NativeMethods.ERROR_INVALID_HANDLE:
sys\system\threading\semaphore.cs (3)
75if(null != name && 0 != name.Length && NativeMethods.ERROR_INVALID_HANDLE == errorCode) 143if(null != name && 0 != name.Length && NativeMethods.ERROR_INVALID_HANDLE == errorCode) 281if (null != name && 0 != name.Length && NativeMethods.ERROR_INVALID_HANDLE == errorCode)