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.

515 lines
8.8 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corporation, 1993 - 1997 **/
  4. /**********************************************************************/
  5. /*
  6. wsockmsg.h
  7. This file is generated by the MC tool from the CKMMSG.MC message
  8. file.
  9. */
  10. #ifndef _WSOCKMSG_H_
  11. #define _WSOCKMSG_H_
  12. //
  13. // Values are 32 bit values layed out as follows:
  14. //
  15. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  16. // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  17. // +---+-+-+-----------------------+-------------------------------+
  18. // |Sev|C|R| Facility | Code |
  19. // +---+-+-+-----------------------+-------------------------------+
  20. //
  21. // where
  22. //
  23. // Sev - is the severity code
  24. //
  25. // 00 - Success
  26. // 01 - Informational
  27. // 10 - Warning
  28. // 11 - Error
  29. //
  30. // C - is the Customer code flag
  31. //
  32. // R - is a reserved bit
  33. //
  34. // Facility - is the facility code
  35. //
  36. // Code - is the facility's status code
  37. //
  38. //
  39. // Define the facility codes
  40. //
  41. //
  42. // Define the severity codes
  43. //
  44. //
  45. // MessageId: WSA_ERR_EINTR
  46. //
  47. // MessageText:
  48. //
  49. // Interrupted system call.
  50. //
  51. #define WSA_ERR_EINTR 0x00002714L
  52. //
  53. // MessageId: WSA_ERR_EBADF
  54. //
  55. // MessageText:
  56. //
  57. // Bad file number.
  58. //
  59. #define WSA_ERR_EBADF 0x00002719L
  60. //
  61. // MessageId: WSA_ERR_EACCES
  62. //
  63. // MessageText:
  64. //
  65. // Access denied.
  66. //
  67. #define WSA_ERR_EACCES 0x0000271DL
  68. //
  69. // MessageId: WSA_ERR_EFAULT
  70. //
  71. // MessageText:
  72. //
  73. // Bad address.
  74. //
  75. #define WSA_ERR_EFAULT 0x0000271EL
  76. //
  77. // MessageId: WSA_ERR_EINVAL
  78. //
  79. // MessageText:
  80. //
  81. // Invalid argument.
  82. //
  83. #define WSA_ERR_EINVAL 0x00002726L
  84. //
  85. // MessageId: WSA_ERR_EMFILE
  86. //
  87. // MessageText:
  88. //
  89. // Too many open files.
  90. //
  91. #define WSA_ERR_EMFILE 0x00002728L
  92. //
  93. // MessageId: WSA_ERR_EWOULDBLOCK
  94. //
  95. // MessageText:
  96. //
  97. // Operation would block.
  98. //
  99. #define WSA_ERR_EWOULDBLOCK 0x00002733L
  100. //
  101. // MessageId: WSA_ERR_EINPROGRESS
  102. //
  103. // MessageText:
  104. //
  105. // Operation now in progress.
  106. //
  107. #define WSA_ERR_EINPROGRESS 0x00002734L
  108. //
  109. // MessageId: WSA_ERR_EALREADY
  110. //
  111. // MessageText:
  112. //
  113. // Operation already in progress.
  114. //
  115. #define WSA_ERR_EALREADY 0x00002735L
  116. //
  117. // MessageId: WSA_ERR_ENOTSOCK
  118. //
  119. // MessageText:
  120. //
  121. // Socket operation on non-socket.
  122. //
  123. #define WSA_ERR_ENOTSOCK 0x00002736L
  124. //
  125. // MessageId: WSA_ERR_EDESTADDRREQ
  126. //
  127. // MessageText:
  128. //
  129. // Destination address required.
  130. //
  131. #define WSA_ERR_EDESTADDRREQ 0x00002737L
  132. //
  133. // MessageId: WSA_ERR_EMSGSIZE
  134. //
  135. // MessageText:
  136. //
  137. // Message too long.
  138. //
  139. #define WSA_ERR_EMSGSIZE 0x00002738L
  140. //
  141. // MessageId: WSA_ERR_EPROTOTYPE
  142. //
  143. // MessageText:
  144. //
  145. // Protocol is wrong type for socket.
  146. //
  147. #define WSA_ERR_EPROTOTYPE 0x00002739L
  148. //
  149. // MessageId: WSA_ERR_ENOPROTOOPT
  150. //
  151. // MessageText:
  152. //
  153. // Bad protocol option.
  154. //
  155. #define WSA_ERR_ENOPROTOOPT 0x0000273AL
  156. //
  157. // MessageId: WSA_ERR_EPROTONOSUPPORT
  158. //
  159. // MessageText:
  160. //
  161. // Protocol not supported.
  162. //
  163. #define WSA_ERR_EPROTONOSUPPORT 0x0000273BL
  164. //
  165. // MessageId: WSA_ERR_ESOCKNOSUPPORT
  166. //
  167. // MessageText:
  168. //
  169. // Socket type not supported.
  170. //
  171. #define WSA_ERR_ESOCKNOSUPPORT 0x0000273CL
  172. //
  173. // MessageId: WSA_ERR_EOPNOTSUPP
  174. //
  175. // MessageText:
  176. //
  177. // Operation not supported on socket.
  178. //
  179. #define WSA_ERR_EOPNOTSUPP 0x0000273DL
  180. //
  181. // MessageId: WSA_ERR_EPFNOSUPPORT
  182. //
  183. // MessageText:
  184. //
  185. // Protocol family not supported.
  186. //
  187. #define WSA_ERR_EPFNOSUPPORT 0x0000273EL
  188. //
  189. // MessageId: WSA_ERR_EAFNOSUPPORT
  190. //
  191. // MessageText:
  192. //
  193. // Address family not supported by protocol family.
  194. //
  195. #define WSA_ERR_EAFNOSUPPORT 0x0000273FL
  196. //
  197. // MessageId: WSA_ERR_EADDRINUSE
  198. //
  199. // MessageText:
  200. //
  201. // Address already in use.
  202. //
  203. #define WSA_ERR_EADDRINUSE 0x00002740L
  204. //
  205. // MessageId: WSA_ERR_EADDRNOTAVAIL
  206. //
  207. // MessageText:
  208. //
  209. // Can't assign requested address.
  210. //
  211. #define WSA_ERR_EADDRNOTAVAIL 0x00002741L
  212. //
  213. // MessageId: WSA_ERR_ENETDOWN
  214. //
  215. // MessageText:
  216. //
  217. // Network is down.
  218. //
  219. #define WSA_ERR_ENETDOWN 0x00002742L
  220. //
  221. // MessageId: WSA_ERR_ENETUNREACH
  222. //
  223. // MessageText:
  224. //
  225. // ICMP network unreachable.
  226. //
  227. #define WSA_ERR_ENETUNREACH 0x00002743L
  228. //
  229. // MessageId: WSA_ERR_ENETRESET
  230. //
  231. // MessageText:
  232. //
  233. // Network was reset.
  234. //
  235. #define WSA_ERR_ENETRESET 0x00002744L
  236. //
  237. // MessageId: WSA_ERR_ECONNABORTED
  238. //
  239. // MessageText:
  240. //
  241. // Software caused connection abort.
  242. //
  243. #define WSA_ERR_ECONNABORTED 0x00002745L
  244. //
  245. // MessageId: WSA_ERR_ECONNRESET
  246. //
  247. // MessageText:
  248. //
  249. // Connection reset by peer.
  250. //
  251. #define WSA_ERR_ECONNRESET 0x00002746L
  252. //
  253. // MessageId: WSA_ERR_ENOBUFS
  254. //
  255. // MessageText:
  256. //
  257. // No buffer space is supported.
  258. //
  259. #define WSA_ERR_ENOBUFS 0x00002747L
  260. //
  261. // MessageId: WSA_ERR_EISCONN
  262. //
  263. // MessageText:
  264. //
  265. // Socket is already connected.
  266. //
  267. #define WSA_ERR_EISCONN 0x00002748L
  268. //
  269. // MessageId: WSA_ERR_ENOTCONN
  270. //
  271. // MessageText:
  272. //
  273. // Socket is not connected.
  274. //
  275. #define WSA_ERR_ENOTCONN 0x00002749L
  276. //
  277. // MessageId: WSA_ERR_ESHUTDOWN
  278. //
  279. // MessageText:
  280. //
  281. // Can't send after socket shutdown.
  282. //
  283. #define WSA_ERR_ESHUTDOWN 0x0000274AL
  284. //
  285. // MessageId: WSA_ERR_ETOOMANYREFS
  286. //
  287. // MessageText:
  288. //
  289. // Too many references.
  290. //
  291. #define WSA_ERR_ETOOMANYREFS 0x0000274BL
  292. //
  293. // MessageId: WSA_ERR_ETIMEDOUT
  294. //
  295. // MessageText:
  296. //
  297. // Connection timed out.
  298. //
  299. #define WSA_ERR_ETIMEDOUT 0x0000274CL
  300. //
  301. // MessageId: WSA_ERR_ECONNREFUSED
  302. //
  303. // MessageText:
  304. //
  305. // Connection refused.
  306. //
  307. #define WSA_ERR_ECONNREFUSED 0x0000274DL
  308. //
  309. // MessageId: WSA_ERR_ELOOP
  310. //
  311. // MessageText:
  312. //
  313. // Too many levels of symbolic links.
  314. //
  315. #define WSA_ERR_ELOOP 0x0000274EL
  316. //
  317. // MessageId: WSA_ERR_ENAMETOOLONG
  318. //
  319. // MessageText:
  320. //
  321. // Name too long.
  322. //
  323. #define WSA_ERR_ENAMETOOLONG 0x0000274FL
  324. //
  325. // MessageId: WSA_ERR_EHOSTDOWN
  326. //
  327. // MessageText:
  328. //
  329. // Host is down.
  330. //
  331. #define WSA_ERR_EHOSTDOWN 0x00002750L
  332. //
  333. // MessageId: WSA_ERR_EHOSTUNREACH
  334. //
  335. // MessageText:
  336. //
  337. // Host is unreachable.
  338. //
  339. #define WSA_ERR_EHOSTUNREACH 0x00002751L
  340. //
  341. // MessageId: WSA_ERR_ENOTEMPTY
  342. //
  343. // MessageText:
  344. //
  345. // Directory not empty.
  346. //
  347. #define WSA_ERR_ENOTEMPTY 0x00002752L
  348. //
  349. // MessageId: WSA_ERR_EPROCLIM
  350. //
  351. // MessageText:
  352. //
  353. // EPROCLIM returned.
  354. //
  355. #define WSA_ERR_EPROCLIM 0x00002753L
  356. //
  357. // MessageId: WSA_ERR_EUSERS
  358. //
  359. // MessageText:
  360. //
  361. // EUSERS returned.
  362. //
  363. #define WSA_ERR_EUSERS 0x00002754L
  364. //
  365. // MessageId: WSA_ERR_EDQUOT
  366. //
  367. // MessageText:
  368. //
  369. // Disk quota exceeded.
  370. //
  371. #define WSA_ERR_EDQUOT 0x00002755L
  372. //
  373. // MessageId: WSA_ERR_ESTALE
  374. //
  375. // MessageText:
  376. //
  377. // ESTALE returned.
  378. //
  379. #define WSA_ERR_ESTALE 0x00002756L
  380. //
  381. // MessageId: WSA_ERR_EREMOTE
  382. //
  383. // MessageText:
  384. //
  385. // The object is remote.
  386. //
  387. #define WSA_ERR_EREMOTE 0x00002757L
  388. //
  389. // MessageId: WSA_ERR_SYSNOTREADY
  390. //
  391. // MessageText:
  392. //
  393. // System not ready.
  394. //
  395. #define WSA_ERR_SYSNOTREADY 0x0000276BL
  396. //
  397. // MessageId: WSA_ERR_VERNOTSUPPORTED
  398. //
  399. // MessageText:
  400. //
  401. // Version is not supported.
  402. //
  403. #define WSA_ERR_VERNOTSUPPORTED 0x0000276CL
  404. //
  405. // MessageId: WSA_ERR_NOTINITIALISED
  406. //
  407. // MessageText:
  408. //
  409. // Not initialized.
  410. //
  411. #define WSA_ERR_NOTINITIALISED 0x0000276DL
  412. //
  413. // MessageId: WSA_ERR_EDISCON
  414. //
  415. // MessageText:
  416. //
  417. // Disconnected.
  418. //
  419. #define WSA_ERR_EDISCON 0x00002775L
  420. //
  421. // MessageId: WSA_ERR_HOST_NOT_FOUND
  422. //
  423. // MessageText:
  424. //
  425. // Host not found.
  426. //
  427. #define WSA_ERR_HOST_NOT_FOUND 0x00002AF9L
  428. //
  429. // MessageId: WSA_ERR_TRY_AGAIN
  430. //
  431. // MessageText:
  432. //
  433. // Try again.
  434. //
  435. #define WSA_ERR_TRY_AGAIN 0x00002AFAL
  436. //
  437. // MessageId: WSA_ERR_NO_RECOVERY
  438. //
  439. // MessageText:
  440. //
  441. // Non-recoverable error.
  442. //
  443. #define WSA_ERR_NO_RECOVERY 0x00002AFBL
  444. //
  445. // MessageId: WSA_ERR_NO_DATA
  446. //
  447. // MessageText:
  448. //
  449. // No data record available.
  450. //
  451. #define WSA_ERR_NO_DATA 0x00002AFCL
  452. #endif // _WSOCKMSG_H_