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.

33 lines
468 B

  1. #ifndef _ULCTRS_H_
  2. #define _ULCTRS_H_
  3. //
  4. // The ul counter object.
  5. //
  6. #define UL_COUNTER_OBJECT 0
  7. //
  8. // The individual counters.
  9. //
  10. #define UL_BYTES_SENT_COUNTER 2
  11. #define UL_BYTES_RECEIVED_COUNTER 4
  12. #define UL_CURRENT_CONNECTIONS_NUMBER 6
  13. #define UL_CURRENT_REQUESTS_NUMBER 8
  14. #define UL_QUEUED_REQUESTS_NUMBER 10
  15. #define UL_ATTACHED_PROCESSES_NUMBER 12
  16. #endif // _ULCTRS_H_