Windows / Code / 0x000003e4
0x000003e4
Decimal: 996 · Signed: 996
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x03e4 (996)
As NTSTATUS:- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x03e4 (996)
Associated Modules
| Module | Found in | Description |
|---|
| EventCreate.exe | 78.11011 | %1 |
| KernelBase.dll | 78.1 | Overlapped I/O event is not in a signaled state. |
| kernel32.dll | 78.11011 | Overlapped I/O event is not in a signaled state. |
| webservices.dll | 8.11011 | Ws-MetadataExchange only supported on WS_CHANNEL_TYPE_DUPLEX_SESSION and WS_CHANNEL_TYPE_REPLY channel types. |
| webservices.dll | 7 | Ws-MetadataExchange not supported for WS_UDP_CHANNEL_BINDING. |
| 5 entries |
Associated Headers
Documented in Win32
| Listing | Symbolic | Description |
|---|
| Windows Sockets Error Codes (winsock2.h) | WSA_IO_INCOMPLETE | 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. |
| 1 entry |