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.

39 lines
1.1 KiB

  1. //... RLMAN.H
  2. #define SUCCESS 0
  3. #define IDM_HELPUSAGE 901
  4. //... MSG ID #'s for usage message lines
  5. #define IDS_USG_00 256
  6. #define IDS_USG_01 IDS_USG_00 + 1
  7. #define IDS_USG_02 IDS_USG_00 + 2
  8. #define IDS_USG_03 IDS_USG_00 + 3
  9. #define IDS_USG_04 IDS_USG_00 + 4
  10. #define IDS_USG_05 IDS_USG_00 + 5
  11. #define IDS_USG_06 IDS_USG_00 + 6
  12. #define IDS_USG_07 IDS_USG_00 + 7
  13. #define IDS_USG_08 IDS_USG_00 + 8
  14. #define IDS_USG_09 IDS_USG_00 + 9
  15. #define IDS_USG_10 IDS_USG_00 + 10
  16. #define IDS_USG_11 IDS_USG_00 + 11
  17. #define IDS_USG_12 IDS_USG_00 + 12
  18. #define IDS_USG_13 IDS_USG_00 + 13
  19. #define IDS_USG_14 IDS_USG_00 + 14
  20. #define IDS_USG_15 IDS_USG_00 + 15
  21. #define IDS_USG_16 IDS_USG_00 + 16
  22. #define IDS_USG_17 IDS_USG_00 + 17
  23. #define IDS_USG_18 IDS_USG_00 + 18
  24. #define IDS_USG_19 IDS_USG_00 + 19
  25. #define IDS_USG_20 IDS_USG_00 + 20
  26. #define IDS_USG_21 IDS_USG_00 + 21
  27. #define IDS_USG_22 IDS_USG_00 + 22
  28. #define IDS_USG_23 IDS_USG_00 + 23
  29. #define IDS_USG_24 IDS_USG_00 + 24
  30. #define IDS_USG_25 IDS_USG_00 + 25
  31. #define IDS_USG_26 IDS_USG_00 + 26
  32. #define IDS_USG_27 IDS_USG_00 + 27
  33. #define IDS_USG_END IDS_USG_27 + 1 //... Must be 1 greater than last IDS_USG_nn