Source code of Windows XP (NT5)
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.

63 lines
1.7 KiB

  1. #define MSGERR_INV_ARG 8001
  2. #define MSGERR_ARG_REQ 8002
  3. #define MSGERR_NOEDIT 8003
  4. #define MSGERR_NOREP 8004
  5. #define MSGERR_NOCREAT 8005
  6. #define MSGERR_OPEN 8006
  7. #define MSGERR_RONLY 8007
  8. #define MSGERR_SPACE 8008
  9. #define MSGERR_DEL 8009
  10. #define MSGERR_REN 8010
  11. #define MSGERR_OLDVER 8011
  12. #define MSGERR_SAVEDIR 8012
  13. #define MSGERR_STFILE 8013
  14. #define MSGERR_UNDO 8014
  15. #define MSGERR_REDO 8015
  16. #define MSGERR_ITHREAD 8016
  17. #define MSGERR_CTHREAD 8017
  18. #define MSGERR_PTHREAD 8018
  19. #define MSGERR_TOOLS 8019
  20. #define MSGERR_ZFORMAT 8020
  21. #define MSGERR_ZTELL 8021
  22. #define MSGERR_CMPCMD 8022
  23. #define MSGERR_CMPCMD2 8023
  24. #define MSGERR_CMPFULL 8024
  25. #define MSGERR_CMPCANT 8025
  26. #define MSGERR_CMPSRC 8026
  27. #define MSGERR_PRTFULL 8027
  28. #define MSGERR_PRTCANT 8028
  29. #define MSGERR_NOMEM 8029
  30. #define MSGERR_QUIT 8030
  31. #define MSG_ASSIGN_HDR 9001
  32. #define MSG_SWITCH_HDR 9025
  33. #define MSG_KEYS_HDR1 9050
  34. #define MSG_KEYS_HDR2 9054
  35. #define MSG_ASG_FUNC 9061
  36. #define MSG_ASG_MACROS 9062
  37. #define MSG_ASG_NUMER 9063
  38. #define MSG_ASG_BOOL 9064
  39. #define MSG_ASG_TEXT 9065
  40. #define MSG_ASG_CLIP 9066
  41. #define MSG_ASG_LINES 9067
  42. #define MSG_ASG_PAGES 9068
  43. #define MSG_PRESS_ANY 10000
  44. #define MSG_ARGCOUNT 10001
  45. #define MSG_NEXTFILE 10002
  46. #define MSG_SAVING 10003
  47. #define MSG_TELLPROMPT 10004
  48. #define MSG_SAVEALL 10005
  49. #define MSG_SAVEONE 10006
  50. #define MSG_QUEUED 10007
  51. #define MSG_CMPDONE 10008
  52. #define MSG_PRINTING 10009
  53. #define MSG_SCANFILE 10010
  54. #define MSG_ASN_MISS 10100
  55. #define MSG_ASN_MISSK 10101
  56. #define MSG_ASN_UNKKEY 10102
  57. #define MSG_ASN_INUSE 10103
  58. #define MSG_ASN_MROOM 10104
  59. #define MSG_ASN_NOTSWI 10105
  60. #define MSG_ASN_ILLSET 10106
  61. #define MSG_ASN_WINCHG 10107
  62. #define MSG_ASN_UNSUP 10108
  63. #define MSG_ASN_INVAL 10109