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.

69 lines
2.7 KiB

  1. /**********************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1990, 1991 **/
  4. /**********************************************************************/
  5. /*
  6. Bseerr.str
  7. String resource file for Dos errors
  8. FILE HISTORY:
  9. Johnl 01-Apr-1991 Added Error 84
  10. JonN 19-Aug-1992 Added Error 124
  11. */
  12. ;
  13. ; This file contains the error messages from bseerr.h, IT IS NOT AUTOMATICALLY
  14. ; GENERATED!
  15. ;
  16. 2, "File not found"
  17. 3, "Path not found"
  18. 5, "Insufficient privilege"
  19. 8, "Insufficient memory available"
  20. 29, "Write fault"
  21. 30, "Read fault"
  22. 50, "This request is not supported by the network. "
  23. 51, "This remote computer is not listening. "
  24. 52, "A duplicate name exists on the network. "
  25. 53, "The network path cannot be located. "
  26. 54, "The network is busy. "
  27. 55, "This device does not exist on the network. "
  28. 56, "The net BIOS command limit has been exceeded. "
  29. 57, "A network adapter hardware error has occurred. "
  30. 58, "The network has responded incorrectly. "
  31. 59, "An unexpected network error has occurred. "
  32. 60, "The remote adapter being used is incompatible. "
  33. 61, "The printer queue is full. "
  34. 62, "There's not enough memory available for the requested print file. "
  35. 63, "The requested print file has been cancelled. "
  36. 64, "The network name was deleted. "
  37. 65, "Network access is denied. "
  38. 66, "This network device type is incorrect. "
  39. 67, "This network name cannot be found. "
  40. 68, "The network name limit has been exceeded. "
  41. 69, "The net BIOS session limit has been exceeded. "
  42. 70, "File sharing has been temporarily paused. "
  43. 71, "This request is not accepted by the network. "
  44. 72, "Print or disk redirection is temporarily paused. "
  45. 84, "There are too many network redirections. "
  46. 85, "The device is already in use"
  47. 86, "Invalid password"
  48. 87, "Invalid parameter"
  49. 88, "A network data fault has occurred. "
  50. ; CODEWORK same string for ERROR_NOT_SUPPORTED and ERROR_INVALID_LEVEL
  51. 124, "This request at this level is not supported by the network. "
  52. 230, "This is a non-existent pipe or an invalid operation. "
  53. 231, "The specified pipe is busy. "
  54. 232, "There's no data on a non-blocking read. "
  55. 233, "The pipe was disconnected by the server. "
  56. 234, "Additional data is available. "
  57. 240, "The session was canceled. "
  58. /* The following error messages are messages that can be returned
  59. * from the LFN apis.
  60. */
  61. 206, "The file name or extension is too long. "
  62. 254, "An incorrect extended attribute name was used. "
  63. 255, "The extended attribute list size is not correct. "