29 lines
752 B
C
29 lines
752 B
C
/*----------------------------------------------------------------------------
|
|
CpsSym.h
|
|
|
|
Symbol file for entry into registry
|
|
|
|
Copyright (c) 1997-1998 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Authors:
|
|
t-geetat Geeta Tarachandani
|
|
|
|
History:
|
|
6/2/97 t-geetat Created
|
|
--------------------------------------------------------------------------*/
|
|
|
|
#define OBJECT_CPS_SERVER 0
|
|
|
|
#define COUNTER_TOTAL_HITS 2
|
|
#define COUNTER_NO_UPGRADE 4
|
|
#define COUNTER_DELTA_UPGRADE 6
|
|
#define COUNTER_FULL_UPGRADE 8
|
|
#define COUNTER_ERRORS 10
|
|
|
|
#define COUNTER_TOTAL_HITS_PER_SEC 12
|
|
#define COUNTER_NO_UPGRADE_PER_SEC 14
|
|
#define COUNTER_DELTA_UPGRADE_PER_SEC 16
|
|
#define COUNTER_FULL_UPGRADE_PER_SEC 18
|
|
#define COUNTER_ERRORS_PER_SEC 20
|