home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / bin / ewsperf.h < prev    next >
Text File  |  1997-08-25  |  943b  |  27 lines

  1. // --ewsperf.h------------------------------------------------------------------
  2. //
  3. //  This file contains defined constants for the performance counters 
  4. //  that KLUANE exports to the Windows NT Performance Monitor.
  5. //
  6. //  This file, along with COUNTERS.INI, is used to install the KLUANE 
  7. //  performance counters on the server that is running KLUANE.
  8. //  Any changes to this file must be reflected in COUNTERS.INI and in the 
  9. //  PERFDLL_DATA_DEFINITION and PERFDLL_COUNTER_BLOCK structures.
  10. //
  11. //  For information on how to instlall/uninstall counters, see EWSPERF.INI.
  12. //
  13. // Copyright (C) Microsoft Corp. 1986-1996.  All Rights Reserved.
  14. //
  15. // -----------------------------------------------------------------------------
  16. #if !defined(_EWSPERF_H)
  17. #define _EWSPERF_H
  18.  
  19. #define OBJECT_KLUANE    0
  20.  
  21. #define COUNTER_1        2
  22. #define COUNTER_2        4
  23. #define COUNTER_3        6
  24. #define COUNTER_4        8
  25.  
  26. #endif
  27.