2 references to ERROR_IO_INCOMPLETE
System (2)
sys\system\io\ports\SerialStream.cs (2)
1764
while (error == NativeMethods.
ERROR_IO_INCOMPLETE
&& !ShutdownLoop && !success);
1769
if (! ( (error == NativeMethods.
ERROR_IO_INCOMPLETE
|| error == NativeMethods.ERROR_INVALID_PARAMETER) && ShutdownLoop))