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.

26 lines
921 B

  1. #include <windows.h>
  2. #include "relog.h"
  3. #include "resource.h"
  4. #include <ntverp.h>
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR RELOG_RESOURCE_STRING
  8. #define VER_INTERNALNAME_STR "RELOG.EXE"
  9. #define VER_ORIGINALFILENAME_STR "RELOG.EXE"
  10. #include "common.ver"
  11. #include "varg.rc"
  12. STRINGTABLE DISCARDABLE
  13. BEGIN
  14. IDS_PARAM_APPEND "append`a`*`Append"
  15. IDS_PARAM_BEGIN "begin`b`*`Begin Time"
  16. IDS_PARAM_END "end`e`*`End Time"
  17. IDS_PARAM_FORMAT "format`f`*`Output file format( CSV, TSV, BLG )"
  18. IDS_PARAM_INPUT "input`i`*`Input File"
  19. IDS_PARAM_INTERVAL "interval`t`*`Samples to skip"
  20. IDS_PARAM_OUTPUT "out`o`*`Output File"
  21. IDS_PARAM_QUERY "query`q`*`List counters in file"
  22. IDS_PARAM_COUNTERFILE "counterfile`cf`*`Counter File"
  23. END