home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / BITS / bitsctr.h
Text File  |  2006-09-18  |  1KB  |  42 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //
  5. //  Copyright (C) Microsoft Corporation, 2005 - 2006
  6. //
  7. //  File:       bitsctr.h
  8. //
  9. //--------------------------------------------------------------------------
  10.  
  11. //
  12. //  bitsctr.h
  13. //
  14. //  Offset definition file for exensible counter objects and counters
  15. //
  16. //  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  17. //  even numbers). In the Open Procedure, they will be added to the
  18. //  "First Counter" and "First Help" values of the device they belong to,
  19. //  in order to determine the  absolute location of the counter and
  20. //  object names and corresponding help text in the registry.
  21. //
  22. //  this file is used by the extensible counter DLL code as well as the
  23. //  counter name and help text definition file (.INI) file that is used
  24. //  by LODCTR to load the names into the registry.
  25. //
  26. //  We use a version number to keep track of which set of counters we are
  27. //  using, and whether the performance counters in the registry need to be
  28. //  reloaded.  If you add or delete any counters, please change the version
  29. //  number at the end of this file.
  30. //
  31.  
  32. #define    BITS_PERF 0
  33. #define BITS_SERVER_SPEED 2
  34. #define BITS_NETCARD_SPEED 4
  35. #define BITS_NETCARD_PERCENT_FREE 6
  36. #define BITS_IGD_SPEED 8
  37. #define BITS_IGD_PERCENT_FREE 10
  38. #define BITS_BLOCK_SIZE 12
  39. #define BITS_BLOCK_INTERVAL 14
  40. #define BITS_EST_FREE_BANDWIDTH 16
  41.  
  42.