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.

41 lines
1.3 KiB

  1. //
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. //
  4. #define IDS_PARAM_LOGFILE 103
  5. #define IDS_PARAM_DUMPFILE 104
  6. #define IDS_PARAM_MOFFILE 105
  7. #define IDS_PARAM_REPORTFILE 106
  8. #define IDS_PARAM_REALTIME 107
  9. #define IDS_PARAM_LOGGERNAME 108
  10. #define IDS_PARAM_EXFMT 111
  11. #define IDS_PARAM_SUMMARY 113
  12. #define IDS_PARAM_MERGE 114
  13. #define IDS_PARAM_COMP 115
  14. #define IDS_PARAM_YES 116
  15. #define IDS_PARAM_FORMAT 117
  16. #define IDS_DEFAULT_DUMP 200
  17. #define IDS_DEFAULT_MOF 201
  18. #define IDS_DEFAULT_REPORT 202
  19. #define IDS_DEFAULT_SUMMARY 203
  20. #define IDS_DEFAULT_MERGED 204
  21. #define IDS_DEFAULT_COMP 205
  22. #define IDS_MESSAGE_INPUT 300
  23. #define IDS_MESSAGE_OUTPUT 301
  24. #define IDS_MESSAGE_BADFILE 302
  25. #define IDS_MESSAGE_LOGGERS 303
  26. #define IDS_MESSAGE_FILES 304
  27. #define IDS_MESSAGE_DEFINE 305
  28. #define IDS_MESSAGE_CSVFILE 306
  29. #define IDS_MESSAGE_REPORT 307
  30. #define IDS_MESSAGE_SUMMARY 308
  31. #define IDS_MESSAGE_DFLTSRC 310
  32. #define IDS_MESSAGE_MERGED 311
  33. #define IDS_MESSAGE_COMP 312
  34. #define IDS_EXAMPLE_DUMPFILE 800
  35. #define IDS_EXAMPLE_SUMMARY 801
  36. #define IDS_EXAMPLE_REALTIME 802