Source code of Windows XP (NT5)
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.

30 lines
1.1 KiB

  1. /****************************************************************************
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name: perfctr.h
  4. ****************************************************************************/
  5. //
  6. // Offset definition file for extensible counter objects and counters
  7. //
  8. // These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  9. // even numbers). In the Open Procedure, they will be added to the
  10. // "First Counter" and "First Help" values for the device they belong to,
  11. // in order to determine the absolute location of the counter and
  12. // object names and corresponding Explain text in the registry.
  13. //
  14. // This file is used by the extensible counter DLL code as well as the
  15. // counter name and Explain text definition file (.INI) file that is used
  16. // by LODCTR to load the names into the registry.
  17. //
  18. #define TAPIOBJ 0
  19. #define NUMLINES 2
  20. #define CURRENTOPENS 4
  21. #define TOTALOUTGOINGCALLS 6
  22. #define TOTALINCOMINGCALLS 8