GetLastError
-
I use
GetLastError
in my code.It return this error for me: Error Code:997 Overlapped I/O operation is in progress. What does this error mean? Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors Down -
I use
GetLastError
in my code.It return this error for me: Error Code:997 Overlapped I/O operation is in progress. What does this error mean? Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors Down -
I use
GetLastError
in my code.It return this error for me: Error Code:997 Overlapped I/O operation is in progress. What does this error mean? Mazy **"If I go crazy then will you still Call me Superman If I’m alive and well, will you be There holding my hand I’ll keep you by my side with My superhuman might Kryptonite"**Kryptonite-3 Doors DownAre you doing Serial communications? If so, This is ERROR_IO_PENDING and is NO ERROR!! It just means that WaitCommEvent or ReadFile is busy reading characters but the function returns to let you do some other stuff untill its ready. Or something like that. Search MSDN Online for "Serial Communications in Win32". This helped me a lot. van padoea.