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.

59 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. STRINGS.H
  5. Abstract:
  6. Resource definitions
  7. History:
  8. --*/
  9. #define USAGE1 0
  10. #define USAGE1A USAGE1+1
  11. #define USAGE1B USAGE1A+1
  12. #define USAGE1C USAGE1B+1
  13. #define USAGE1D USAGE1C+1
  14. #define USAGE1E USAGE1D+1
  15. #define USAGE1F USAGE1E+1
  16. #define USAGE2 USAGE1F+1
  17. #define USAGE3 USAGE2+1
  18. #define USAGE4 USAGE3+1
  19. #define USAGE4a USAGE4+1
  20. #define USAGE4b USAGE4a+1
  21. #define USAGE5 USAGE4b+1
  22. #define USAGE6 USAGE5+1
  23. #define USAGE7 USAGE6+1
  24. #define USAGE8 USAGE7+1
  25. #define USAGE9 USAGE8+1
  26. #define USAGE10 USAGE9+1
  27. #define USAGE11 USAGE10+1
  28. #define USAGE12 USAGE11+1
  29. #define USAGE12A USAGE12+1
  30. #define USAGE12B USAGE12A+1
  31. #define USAGE12C USAGE12B+1
  32. #define USAGE12D USAGE12C+1
  33. #define USAGE12E USAGE12D+1
  34. #define USAGE13 USAGE12E+1
  35. #define USAGE14 USAGE13+1
  36. #define WMI_ARG_ERROR USAGE14+1
  37. #define PARSING_MSG WMI_ARG_ERROR+1
  38. #define FILE_NOT_FOUND PARSING_MSG+1
  39. #define WMI_NOT_SETUP FILE_NOT_FOUND+1
  40. #define SUCCESS WMI_NOT_SETUP+1
  41. #define DONE SUCCESS+1
  42. #define WMI_LAUNCH_ERROR DONE+1
  43. #define LONGVERSION WMI_LAUNCH_ERROR+1
  44. #define SHORTVERSION LONGVERSION+1
  45. #define COPYRIGHT SHORTVERSION+1
  46. #define CCI_ERROR COPYRIGHT+1
  47. #define COMINIT_ERROR CCI_ERROR+1
  48. #define COMPILER_ERROR COMINIT_ERROR+1