home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_03.cab / axctrnm.h < prev    next >
Text File  |  1997-08-07  |  2KB  |  64 lines

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