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.4 KiB

  1. /***********************************************************************
  2. * DBGTRACE.H
  3. * This module contains typedefs and defines required for
  4. * the DBGTRACE utility.
  5. *
  6. * Copyright (C) 1994 Citrix Systems Inc.
  7. * Copyright (C) 1997-1999 Microsoft Corp.
  8. *************************************************************************/
  9. #define USAGE \
  10. L"RDPCOUNT [name] [/zero] \n" \
  11. L"RDPCOUNT [name] [/perf] \n" \
  12. L"RDPCOUNT [id] [/zero]\n" \
  13. L"RDPCOUNT [id] [/perf]\n"
  14. #define MAX_IDS_LEN 256 // maximum length that the input parm can be
  15. #define MAX_OPTION 64 // max length of winstation tracing option
  16. #define ERROR_MEMORY L"Error allocating memory\n"
  17. #define ERROR_PARAMS L"Invalid parameter(s)\n"
  18. #define ERROR_SESSION L"ERROR: invalid Terminal Session %s\n"
  19. #define ERROR_SET_TRACE L"ERROR: unable to set trace information, 0x%x\n"
  20. #define ERROR_SET_PERF L"ERROR: unable to set performance count, 0x%x\n"
  21. #define ERROR_GET_PERF L"ERROR: unable to GET performance count, 0x%x\n"
  22. #define TRACE_DIS_LOG L"Trace disabled on WINFRAME.LOG\n"
  23. #define TRACE_EN_LOG L"Trace enabled on WINFRAME.LOG\n"
  24. #define DEBUGGER L"Debugger"
  25. #define TRACE_UNSUPP L"Trace on LogonId 0 not supported\n"
  26. #define TRACE_DISABLED L"Trace disabled on SessionId %u\n"
  27. #define TRACE_ENABLED L"Trace enabled on SessionId %u\n"