home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / TAPISRV / perfctr.h
Text File  |  2006-09-18  |  1KB  |  29 lines

  1. //
  2. //  Offset definition file for extensible counter objects and counters
  3. //
  4. //  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  5. //  even numbers). In the Open Procedure, they will be added to the 
  6. //  "First Counter" and "First Help" values for the device they belong to, 
  7. //  in order to determine the absolute location of the counter and 
  8. //  object names and corresponding Explain text in the registry.
  9. //
  10. //  This file is used by the extensible counter DLL code as well as the 
  11. //  counter name and Explain text definition file (.INI) file that is used
  12. //  by LODCTR to load the names into the registry.
  13. //
  14. #define TAPIOBJ                 0
  15. #define LINES                   2
  16. #define PHONES                  4
  17. #define LINESINUSE              6
  18. #define PHONESINUSE             8
  19. #define TOTALOUTGOINGCALLS      10
  20. #define TOTALINCOMINGCALLS      12
  21. #define CLIENTAPPS              14
  22. #define ACTIVEOUTGOINGCALLS     16
  23. #define ACTIVEINCOMINGCALLS     18
  24.  
  25.  
  26.  
  27.   
  28.   
  29.