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.

36 lines
1.2 KiB

  1. // Copyright (c) 1998-1999 Microsoft Corporation
  2. /***********************************************************************
  3. *
  4. * DBGTRACE.H
  5. * This module contains typedefs and defines required for
  6. * the DBGTRACE utility.
  7. *
  8. *************************************************************************/
  9. /*
  10. * General application definitions.
  11. */
  12. #define SUCCESS 0
  13. #define FAILURE 1
  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 DEBUGGER L"Debugger"
  17. /*
  18. * Resource String IDs
  19. */
  20. #define IDS_ERROR_MALLOC 100
  21. #define IDS_ERROR_PARAMS 101
  22. #define IDS_ERROR_SESSION 102
  23. #define IDS_ERROR_SET_TRACE 103
  24. #define IDS_TRACE_DIS_LOG 110
  25. #define IDS_TRACE_EN_LOG 111
  26. #define IDS_TRACE_UNSUPP 112
  27. #define IDS_TRACE_DISABLED 113
  28. #define IDS_TRACE_ENABLED 114
  29. #define IDS_USAGE_1 121
  30. #define IDS_USAGE_2 122
  31. #define IDS_ERROR_NOT_TS 123