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.

69 lines
2.1 KiB

  1. /*===================================================================
  2. Microsoft Denali
  3. Microsoft Confidential.
  4. Copyright 1996 Microsoft Corporation. All Rights Reserved.
  5. Component: Main
  6. File: axctrnm.h
  7. Owner: LeiJin
  8. Abstract:
  9. Offset definition file for counter objects and counters.
  10. These relative offsets must start at 0 and be multiples of 2. (i.e.)
  11. even numbers). In the Open Procedure, they will be added to the "First
  12. Counter" and "First Help" values for the device they belong to, in order
  13. to determine the absolute location of the counter and object names and
  14. corresponding Explain text in the registry.
  15. This file is used by the extensible counter DLL code as well as the
  16. counter name and Explain text definition (.INI) file that is used
  17. by LODCTR to load the names into the registry.
  18. ===================================================================*/
  19. #define AXSOBJ 0
  20. #define DEBUGDOCREQ 2
  21. #define REQERRRUNTIME 4
  22. #define REQERRPREPROC 6
  23. #define REQERRCOMPILE 8
  24. #define REQERRORPERSEC 10
  25. #define REQTOTALBYTEIN 12
  26. #define REQTOTALBYTEOUT 14
  27. #define REQEXECTIME 16
  28. #define REQWAITTIME 18
  29. #define REQCOMFAILED 20
  30. #define REQBROWSEREXEC 22
  31. #define REQFAILED 24
  32. #define REQNOTAUTH 26
  33. #define REQNOTFOUND 28
  34. #define REQCURRENT 30
  35. #define REQREJECTED 32
  36. #define REQSUCCEEDED 34
  37. #define REQTIMEOUT 36
  38. #define REQTOTAL 38
  39. #define REQPERSEC 40
  40. #define SCRIPTFREEENG 42
  41. #define SESSIONLIFETIME 44
  42. #define SESSIONCURRENT 46
  43. #define SESSIONTIMEOUT 48
  44. #define SESSIONSTOTAL 50
  45. #define TEMPLCACHE 52
  46. #define TEMPLCACHEHITS 54
  47. #define TEMPLCACHETRYS 56
  48. #define TEMPLFLUSHES 58
  49. #define TRANSABORTED 60
  50. #define TRANSCOMMIT 62
  51. #define TRANSPENDING 64
  52. #define TRANSTOTAL 66
  53. #define TRANSPERSEC 68
  54. #define MEMORYTEMPLCACHE 70
  55. #define MEMORYTEMPLCACHEHITS 72
  56. #define MEMORYTEMPLCACHETRYS 74
  57. #define ENGINECACHEHITS 76
  58. #define ENGINECACHETRYS 78
  59. #define ENGINEFLUSHES 80