WSA_IO_INCOMPLETE

Code: 996 (996)

As HRESULT:As NTSTATUS:

Documented in Win32

Windows Sockets Error Codes (winsock2.h): 996

Overlapped I/O event object not in signaled state. The application has tried to determine the status of an overlapped operation which is not yet completed. Applications that use WSAGetOverlappedResult (with the fWait flag set to FALSE ) in a polling mode to determine when an overlapped operation has completed, get this error code until the operation is complete.