WSA_IO_INCOMPLETE
Code: 996 (996)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x03e4 (996)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x03e4 (996)
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.