Leaked source code of windows server 2003
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. - wnpi.h
  3. -
  4. * Purpose:
  5. * Contains the complete list of PerfMon counter indexes for Pop3Svc. These
  6. * indexes must start at zero and increase in multiples of two. These
  7. * represent the object or counter name; the odd numbered counters (or
  8. * a given counter index plus 1) represents the counter help.
  9. *
  10. * Copyright (C) 2001-2002 Microsoft Corporation
  11. *
  12. */
  13. #define POP3SVC_OBJECT 0
  14. #define POP3SVC_TOTAL_CONNECTION 2
  15. #define POP3SVC_CONNECTION_RATE 4
  16. #define POP3SVC_TOTAL_MESSAGE_DOWNLOADED 6
  17. #define POP3SVC_MESSAGE_DOWNLOAD_RATE 8
  18. #define POP3SVC_FREE_THREAD_COUNT 10
  19. #define POP3SVC_CONNECTED_SOCKET_COUNT 12
  20. #define POP3SVC_BYTES_RECEIVED 14
  21. #define POP3SVC_BYTES_RECEIVED_RATE 16
  22. #define POP3SVC_BYTES_TRANSMITTED 18
  23. #define POP3SVC_BYTES_TRANSMITTED_RATE 20
  24. #define POP3SVC_FAILED_LOGON_COUNT 22
  25. #define POP3SVC_AUTH_STATE_COUNT 24
  26. #define POP3SVC_TRAND_STATE_COUNT 26
  27. /*Define the instance counters if needed*/
  28. /*#define POP3SVC_INST_OBJECT 28 */