Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1997
  6. //
  7. // File: wsockmsg.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. STRINGTABLE PRELOAD DISCARDABLE
  11. BEGIN
  12. WSA_ERR_EINTR "Interrupted system call."
  13. WSA_ERR_EBADF "Bad file number."
  14. WSA_ERR_EACCES "Access denied."
  15. WSA_ERR_EFAULT "Bad address."
  16. WSA_ERR_EINVAL "Invalid argument."
  17. WSA_ERR_EMFILE "Too many open files."
  18. WSA_ERR_EWOULDBLOCK "Operation would block."
  19. WSA_ERR_EINPROGRESS "Operation now in progress."
  20. WSA_ERR_EALREADY "Operation already in progress."
  21. WSA_ERR_ENOTSOCK "Socket operation on non-socket."
  22. WSA_ERR_EDESTADDRREQ "Destination address required."
  23. WSA_ERR_EMSGSIZE "Message too long."
  24. WSA_ERR_EPROTOTYPE "Protocol is wrong type for socket."
  25. WSA_ERR_ENOPROTOOPT "Bad protocol option."
  26. WSA_ERR_EPROTONOSUPPORT "Protocol not supported."
  27. WSA_ERR_ESOCKNOSUPPORT "Socket type not supported."
  28. WSA_ERR_EOPNOTSUPP "Operation not supported on socket."
  29. WSA_ERR_EPFNOSUPPORT "Protocol family not supported."
  30. WSA_ERR_EAFNOSUPPORT "Address family not supported by protocol family."
  31. WSA_ERR_EADDRINUSE "Address already in use."
  32. WSA_ERR_EADDRNOTAVAIL "Can't assign requested address."
  33. WSA_ERR_ENETDOWN "Network is down."
  34. WSA_ERR_ENETUNREACH "ICMP network unreachable."
  35. WSA_ERR_ENETRESET "Network was reset."
  36. WSA_ERR_ECONNABORTED "Software caused connection abort."
  37. WSA_ERR_ECONNRESET "Connection reset by peer."
  38. WSA_ERR_ENOBUFS "No buffer space is supported."
  39. WSA_ERR_EISCONN "Socket is already connected."
  40. WSA_ERR_ENOTCONN "Socket is not connected."
  41. WSA_ERR_ESHUTDOWN "Can't send after socket shutdown."
  42. WSA_ERR_ETOOMANYREFS "Too many references."
  43. WSA_ERR_ETIMEDOUT "Connection timed out."
  44. WSA_ERR_ECONNREFUSED "Connection refused."
  45. WSA_ERR_ELOOP "Too many levels of symbolic links."
  46. WSA_ERR_ENAMETOOLONG "Name too long."
  47. WSA_ERR_EHOSTDOWN "Host is down."
  48. WSA_ERR_EHOSTUNREACH "Host is unreachable."
  49. WSA_ERR_ENOTEMPTY "Directory not empty."
  50. WSA_ERR_EPROCLIM "EPROCLIM returned."
  51. WSA_ERR_EUSERS "EUSERS returned."
  52. WSA_ERR_EDQUOT "Disk quota exceeded."
  53. WSA_ERR_ESTALE "ESTALE returned."
  54. WSA_ERR_EREMOTE "The object is remote."
  55. WSA_ERR_SYSNOTREADY "System not ready."
  56. WSA_ERR_VERNOTSUPPORTED "Version is not supported."
  57. WSA_ERR_NOTINITIALISED "Not initialized."
  58. WSA_ERR_EDISCON "Disconnected."
  59. WSA_ERR_HOST_NOT_FOUND "Host not found."
  60. WSA_ERR_TRY_AGAIN "Try again."
  61. WSA_ERR_NO_RECOVERY "Non-recoverable error."
  62. WSA_ERR_NO_DATA "No data record available."
  63. END