//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1997 - 1997 // // File: wsockmsg.rc // //-------------------------------------------------------------------------- STRINGTABLE PRELOAD DISCARDABLE BEGIN WSA_ERR_EINTR "Interrupted system call." WSA_ERR_EBADF "Bad file number." WSA_ERR_EACCES "Access denied." WSA_ERR_EFAULT "Bad address." WSA_ERR_EINVAL "Invalid argument." WSA_ERR_EMFILE "Too many open files." WSA_ERR_EWOULDBLOCK "Operation would block." WSA_ERR_EINPROGRESS "Operation now in progress." WSA_ERR_EALREADY "Operation already in progress." WSA_ERR_ENOTSOCK "Socket operation on non-socket." WSA_ERR_EDESTADDRREQ "Destination address required." WSA_ERR_EMSGSIZE "Message too long." WSA_ERR_EPROTOTYPE "Protocol is wrong type for socket." WSA_ERR_ENOPROTOOPT "Bad protocol option." WSA_ERR_EPROTONOSUPPORT "Protocol not supported." WSA_ERR_ESOCKNOSUPPORT "Socket type not supported." WSA_ERR_EOPNOTSUPP "Operation not supported on socket." WSA_ERR_EPFNOSUPPORT "Protocol family not supported." WSA_ERR_EAFNOSUPPORT "Address family not supported by protocol family." WSA_ERR_EADDRINUSE "Address already in use." WSA_ERR_EADDRNOTAVAIL "Can't assign requested address." WSA_ERR_ENETDOWN "Network is down." WSA_ERR_ENETUNREACH "ICMP network unreachable." WSA_ERR_ENETRESET "Network was reset." WSA_ERR_ECONNABORTED "Software caused connection abort." WSA_ERR_ECONNRESET "Connection reset by peer." WSA_ERR_ENOBUFS "No buffer space is supported." WSA_ERR_EISCONN "Socket is already connected." WSA_ERR_ENOTCONN "Socket is not connected." WSA_ERR_ESHUTDOWN "Can't send after socket shutdown." WSA_ERR_ETOOMANYREFS "Too many references." WSA_ERR_ETIMEDOUT "Connection timed out." WSA_ERR_ECONNREFUSED "Connection refused." WSA_ERR_ELOOP "Too many levels of symbolic links." WSA_ERR_ENAMETOOLONG "Name too long." WSA_ERR_EHOSTDOWN "Host is down." WSA_ERR_EHOSTUNREACH "Host is unreachable." WSA_ERR_ENOTEMPTY "Directory not empty." WSA_ERR_EPROCLIM "EPROCLIM returned." WSA_ERR_EUSERS "EUSERS returned." WSA_ERR_EDQUOT "Disk quota exceeded." WSA_ERR_ESTALE "ESTALE returned." WSA_ERR_EREMOTE "The object is remote." WSA_ERR_SYSNOTREADY "System not ready." WSA_ERR_VERNOTSUPPORTED "Version is not supported." WSA_ERR_NOTINITIALISED "Not initialized." WSA_ERR_EDISCON "Disconnected." WSA_ERR_HOST_NOT_FOUND "Host not found." WSA_ERR_TRY_AGAIN "Try again." WSA_ERR_NO_RECOVERY "Non-recoverable error." WSA_ERR_NO_DATA "No data record available." END