5 references to ERROR_INVALID_PARAMETER
System (5)
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
293
if (result == NativeMethods.
ERROR_INVALID_PARAMETER
)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1214
if ((error == NativeMethods.
ERROR_INVALID_PARAMETER
) && procHandle.IsInvalid) {
sys\system\io\ports\SerialStream.cs (3)
701
if ((errorCode == NativeMethods.
ERROR_INVALID_PARAMETER
) || (errorCode == NativeMethods.ERROR_INVALID_HANDLE))
1769
if (! ( (error == NativeMethods.ERROR_IO_INCOMPLETE || error == NativeMethods.
ERROR_INVALID_PARAMETER
) && ShutdownLoop))
1773
else if (hr != NativeMethods.
ERROR_INVALID_PARAMETER
) {