Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
780 B

  1. /*----------------------------------------------------------------------------
  2. CpsSym.h
  3. Symbol file for entry into registry
  4. Copyright (c) 1997-1998 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. t-geetat Geeta Tarachandani
  8. History:
  9. 6/2/97 t-geetat Created
  10. --------------------------------------------------------------------------*/
  11. #define OBJECT_CPS_SERVER 0
  12. #define COUNTER_TOTAL_HITS 2
  13. #define COUNTER_NO_UPGRADE 4
  14. #define COUNTER_DELTA_UPGRADE 6
  15. #define COUNTER_FULL_UPGRADE 8
  16. #define COUNTER_ERRORS 10
  17. #define COUNTER_TOTAL_HITS_PER_SEC 12
  18. #define COUNTER_NO_UPGRADE_PER_SEC 14
  19. #define COUNTER_DELTA_UPGRADE_PER_SEC 16
  20. #define COUNTER_FULL_UPGRADE_PER_SEC 18
  21. #define COUNTER_ERRORS_PER_SEC 20