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.

33 lines
1.3 KiB

  1. // Copyright (c) 1998-1999 Microsoft Corporation
  2. #include <windows.h>
  3. #include <ntverp.h>
  4. #define VER_FILETYPE VFT_APP
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Debug Trace Utility"
  7. #define VER_INTERNALNAME_STR "dbgtrace.exe"
  8. #define VER_ORIGINALFILENAME_STR "dbgtrace.exe"
  9. #include <verall.h>
  10. #include "common.ver"
  11. #include "dbgtrace.h"
  12. STRINGTABLE
  13. BEGIN
  14. IDS_USAGE_1
  15. L"DBGTRACE [name] [/SYSTEM] [/ALL] [/C:class] [/E:enable] [/D] [/T] [/O:string] [/?]\n"
  16. IDS_USAGE_2
  17. L"DBGTRACE [id] [/SYSTEM] [/ALL] [/C:class] [/E:enable] [/D] [/T] [/O:string] [/?]\n"
  18. IDS_ERROR_MALLOC L"Error allocating memory\n"
  19. IDS_ERROR_PARAMS L"Invalid parameter(s)\n"
  20. IDS_ERROR_SESSION L"ERROR: invalid Terminal Session %s\n"
  21. IDS_ERROR_SET_TRACE L"ERROR: unable to set trace information, %u\n"
  22. IDS_TRACE_DIS_LOG L"Trace disabled on WINFRAME.LOG\n"
  23. IDS_TRACE_EN_LOG L"Trace enabled on WINFRAME.LOG\n"
  24. IDS_TRACE_UNSUPP L"Trace on LogonId 0 not supported\n"
  25. IDS_TRACE_DISABLED L"Trace disabled on SessionId %u\n"
  26. IDS_TRACE_ENABLED L"Trace enabled on SessionId %u\n"
  27. IDS_ERROR_NOT_TS
  28. L"This utility needs Terminal Services to be running.\n"
  29. END