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.

44 lines
1.5 KiB

  1. /*****************************************************************************\
  2. Author: Corey Morgan (coreym)
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4. \*****************************************************************************/
  5. #define IDS_PARAM_APPEND 110
  6. #define IDS_PARAM_FORMAT 113
  7. #define IDS_PARAM_INPUT 116
  8. #define IDS_PARAM_INTERVAL 119
  9. #define IDS_PARAM_OUTPUT 122
  10. #define IDS_PARAM_QUERY 125
  11. #define IDS_PARAM_COUNTERS 128
  12. #define IDS_PARAM_BEGIN 131
  13. #define IDS_PARAM_END 134
  14. #define IDS_PARAM_COUNTERFILE 140
  15. #define IDS_PARAM_YES 141
  16. #define IDS_DEFAULT_OUTPUT 600
  17. #define IDS_MESSAGE_INPUT 700
  18. #define IDS_MESSAGE_OUTPUT 701
  19. #define IDS_MESSAGE_FILE 702
  20. #define IDS_MESSAGE_FILES 703
  21. #define IDS_MESSAGE_BEGIN 704
  22. #define IDS_MESSAGE_END 705
  23. #define IDS_MESSAGE_SAMPLES 706
  24. #define IDS_MESSAGE_LOG_OLD_BIN 707
  25. #define IDS_MESSAGE_LOG_CSV 708
  26. #define IDS_MESSAGE_LOG_TSV 709
  27. #define IDS_MESSAGE_LOG_BINARY 710
  28. #define IDS_MESSAGE_LOG_PERFMON 711
  29. #define IDS_MESSAGE_LOG_UNKNOWN 712
  30. #define IDS_MESSAGE_BADFILES 713
  31. #define IDS_MESSAGE_BADFORMAT 714
  32. #define IDS_MESSAGE_BADRANGE 715
  33. #define IDS_EXAMPLE_FORMAT 800
  34. #define IDS_EXAMPLE_QUERY 801
  35. #define IDS_EXAMPLE_COUNTERFILE 802
  36. #define IDS_EXAMPLE_COUNTERS 803