home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / MEMCTRNM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-08  |  984 b   |  31 lines

  1. //
  2. //  memctrnm.h
  3. //
  4. //  Offset definition file for exensible counter objects and counters
  5. //
  6. //  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  7. //  even numbers). In the Open Procedure, they will be added to the 
  8. //  "First Counter" and "First Help" values for the device they belong to, 
  9. //  in order to determine the  absolute location of the counter and 
  10. //  object names and corresponding help text in the registry.
  11. //
  12. //  This file is used by datamem.cpp as well as the 
  13. //  counter name and help text definition file (.INI) file that is used
  14. //  by LODCTR to load the names into the registry.
  15. //
  16.  
  17.  
  18. #define CFAS_OBJECT            0
  19. #define CFAS_DBTRANSSEC        2
  20. #define CFAS_PAGEHITSSEC        4
  21. #define CFAS_REQQUEUED        6
  22. #define CFAS_REQRUNNING        8
  23. #define CFAS_REQTIMEDOUT        10
  24. #define CFAS_BYTESIN            12
  25. #define CFAS_BYTESOUT        14
  26. #define CFAS_AVGQUEUETIME    16
  27. #define CFAS_AVGREQTIME        18
  28. #define CFAS_AVGDBTIME        20
  29. #define CFAS_CACHEPOPSSEC    22
  30.  
  31.