home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / connect / ccmail / bin / ccmcperf.h < prev    next >
Text File  |  1997-08-25  |  1KB  |  40 lines

  1. /* ---------------------------------------------------------------------------- *\
  2.  
  3.     Description:
  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 fo 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 the extensible counter DLL code 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.     Copyright:
  17.         Copyright 1996 Microsoft Corporation. All Rights Reserved.
  18.  
  19. \*============================================================================*/
  20.  
  21. #if !defined( _CCMCPERF_H_ )
  22.  
  23. #define _CCMCPERF_H_
  24.  
  25. #define OFFSET_OBJECT   0     
  26. #define OFFSET_COUNTER1 2       
  27. #define OFFSET_COUNTER2 4
  28. #define OFFSET_COUNTER3 6
  29. #define OFFSET_COUNTER4 8
  30. #define OFFSET_COUNTER5 10
  31. #define OFFSET_COUNTER6 12
  32. #define OFFSET_COUNTER7 14       
  33. #define OFFSET_COUNTER8 16
  34. #define OFFSET_COUNTER9 18
  35. #define OFFSET_COUNTER10 20
  36.  
  37. #endif
  38.  
  39.  
  40.