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.

60 lines
1.9 KiB

  1. /*++
  2. WARNING!!!
  3. This file is automatically generated and should never be changed.
  4. All changes should be made to the NTFRSCON.int file.
  5. Copyright (c) 1998-1999 Microsoft Corporation
  6. Module Name:
  7. NTFRSCON.h
  8. Abstract
  9. This is the offset definition file for the REPLICACONN Object.
  10. Environment:
  11. User Mode Service
  12. Revision History:
  13. --*/
  14. #ifndef _NTFRSCON_H_
  15. #define _NTFRSCON_H_
  16. //
  17. // The offset definitions follow
  18. //
  19. #define OBJREPLICACONN 0 // REPLICACONN Object
  20. #define DEV_CTR_1 2 // Packets Sent in Bytes
  21. #define DEV_CTR_2 4 // Fetch Blocks Sent in Bytes
  22. #define DEV_CTR_3 6 // Fetch Blocks Received in Bytes
  23. #define DEV_CTR_4 8 // Local Change Orders Sent
  24. #define DEV_CTR_5 10 // Local Change Orders Sent At Join
  25. #define DEV_CTR_6 12 // Remote Change Orders Sent
  26. #define DEV_CTR_7 14 // Remote Change Orders Received
  27. #define DEV_CTR_8 16 // Inbound Change Orders Dampened
  28. #define DEV_CTR_9 18 // Outbound Change Orders Dampened
  29. #define DEV_CTR_10 20 // Packets Sent
  30. #define DEV_CTR_11 22 // Packets Sent in Error
  31. #define DEV_CTR_12 24 // Communication Timeouts
  32. #define DEV_CTR_13 26 // Fetch Requests Sent
  33. #define DEV_CTR_14 28 // Fetch Requests Received
  34. #define DEV_CTR_15 30 // Fetch Blocks Sent
  35. #define DEV_CTR_16 32 // Fetch Blocks Received
  36. #define DEV_CTR_17 34 // Join Notifications Sent
  37. #define DEV_CTR_18 36 // Join Notifications Received
  38. #define DEV_CTR_19 38 // Joins
  39. #define DEV_CTR_20 40 // Unjoins
  40. #define DEV_CTR_21 42 // Bindings
  41. #define DEV_CTR_22 44 // Bindings in Error
  42. #define DEV_CTR_23 46 // Authentications
  43. #define DEV_CTR_24 48 // Authentications in Error
  44. #endif