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.

55 lines
1.3 KiB

  1. //
  2. // atkctrnm.h
  3. //
  4. // Offset definition file for exensible counter objects and counters
  5. //
  6. // These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  7. // even numbers). In the Open Procedure, they will be added to the
  8. // "First Counter" and "First Help" values fo the device they belong to,
  9. // in order to determine the absolute location of the counter and
  10. // object names and corresponding help text in the registry.
  11. //
  12. // this file is used by the extensible counter DLL code as well as the
  13. // counter name and help text definition file (.INI) file that is used
  14. // by LODCTR to load the names into the registry.
  15. //
  16. #define ATKOBJ 0
  17. #define PKTSIN 2
  18. #define PKTSOUT 4
  19. #define DATAIN 6
  20. #define DATAOUT 8
  21. #define DDPAVGTIME 10
  22. #define DDPPKTIN 12
  23. #define AARPAVGTIME 14
  24. #define AARPPKTIN 16
  25. #define ATPAVGTIME 18
  26. #define ATPPKTIN 20
  27. #define NBPAVGTIME 22
  28. #define NBPPKTIN 24
  29. #define ZIPAVGTIME 26
  30. #define ZIPPKTIN 28
  31. #define RTMPAVGTIME 30
  32. #define RTMPPKTIN 32
  33. #define ATPRETRIESLOCAL 34
  34. #define ATPRETRIESREMOTE 36
  35. #define ATPRESPTIMEOUT 38
  36. #define ATPXORESP 40
  37. #define ATPALORESP 42
  38. #define ATPRECDREL 44
  39. #define CURPOOL 46
  40. #define PKTROUTEDIN 48
  41. #define PKTROUTEDOUT 50
  42. #define PKTDROPPED 52
  43.