home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / axctrnm.h < prev    next >
Text File  |  1996-10-11  |  2KB  |  54 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.  
  30. #define AXSOBJ                 0
  31. #define REQSUCCEEDED        2
  32. #define THREADCURRENT         4
  33. #define MEMORYCURRENT        6
  34. #define REQCURRENT            8
  35. #define    REQFAILED            10
  36. #define REQTOTAL            12
  37. #define REQWAITTIME            14
  38. #define REQPERSEC            16
  39. #define REQEXECTIME            18
  40. #define REQERRORPERSEC        20
  41. #define REQTOTALBYTEIN        22
  42. #define REQTOTALBYTEOUT        24
  43. #define SESSIONCURRENT        26
  44. #define SCRIPTFREEENG        28
  45. #define REQTIMEOUT            30
  46. #define REQCOMFAILED        32
  47. #define MEMORYUSEDLIST        34
  48. #define MEMORYFREELIST        36
  49. #define REQREJECTED            38
  50. #define REQBROWSEREXEC        40
  51. #define REQKILLSESEXEC        42
  52. #define SESSIONTIMEOUT        44
  53. #define    REQKILLSESQUED        46
  54.