Metropoli BBS
VIEWER: ewsperf.h MODE: TEXT (ASCII)
// --ewsperf.h------------------------------------------------------------------
//
//  This file contains defined constants for the performance counters 
//  that KLUANE exports to the Windows NT Performance Monitor.
//
//  This file, along with COUNTERS.INI, is used to install the KLUANE 
//  performance counters on the server that is running KLUANE.
//  Any changes to this file must be reflected in COUNTERS.INI and in the 
//  PERFDLL_DATA_DEFINITION and PERFDLL_COUNTER_BLOCK structures.
//
//  For information on how to instlall/uninstall counters, see EWSPERF.INI.
//
// Copyright (C) Microsoft Corp. 1986-1996.  All Rights Reserved.
//
// -----------------------------------------------------------------------------
#if !defined(_EWSPERF_H)
#define _EWSPERF_H

#define OBJECT_KLUANE    0

#define COUNTER_1        2
#define COUNTER_2        4
#define COUNTER_3        6
#define COUNTER_4        8

#endif
[ RETURN TO DIRECTORY ]