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.

54 lines
2.7 KiB

  1. //
  2. // certctr.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 CERT_OBJ 0
  17. #define CERT_CHAIN_CNT 2
  18. #define CERT_CHAIN_ELEMENT_CNT 4
  19. #define CERT_CHAIN_ENGINE_CURRENT_CNT 6
  20. #define CERT_CHAIN_ENGINE_TOTAL_CNT 8
  21. #define CERT_CHAIN_ENGINE_RESYNC_CNT 10
  22. #define CERT_CHAIN_CERT_CACHE_CNT 12
  23. #define CERT_CHAIN_CTL_CACHE_CNT 14
  24. #define CERT_CHAIN_END_CERT_IN_CACHE_CNT 16
  25. #define CERT_CHAIN_CACHE_END_CERT_CNT 18
  26. #define CERT_CHAIN_REVOCATION_CNT 20
  27. #define CERT_CHAIN_REVOKED_CNT 22
  28. #define CERT_CHAIN_REVOCATION_OFFLINE_CNT 24
  29. #define CERT_CHAIN_NO_REVOCATION_CHECK_CNT 26
  30. #define CERT_CHAIN_VERIFY_CERT_SIGNATURE_CNT 28
  31. #define CERT_CHAIN_COMPARE_ISSUER_PUBLIC_KEY_CNT 30
  32. #define CERT_CHAIN_VERIFY_CTL_SIGNATURE_CNT 32
  33. #define CERT_CHAIN_BEEN_VERIFIED_CTL_SIGNATURE_CNT 34
  34. #define CERT_CHAIN_URL_ISSUER_CNT 36
  35. #define CERT_CHAIN_CACHE_ONLY_URL_ISSUER_CNT 38
  36. #define CERT_CHAIN_REQUESTED_ENGINE_RESYNC_CNT 40
  37. #define CERT_CHANGE_NOTIFY_CNT 42
  38. #define CERT_CHANGE_NOTIFY_LM_GP_CNT 44
  39. #define CERT_CHANGE_NOTIFY_CU_GP_CNT 46
  40. #define CERT_CHANGE_NOTIFY_CU_MY_CNT 48
  41. #define CERT_CHANGE_NOTIFY_REG_CNT 50
  42. #define CERT_STORE_CURRENT_CNT 52
  43. #define CERT_STORE_TOTAL_CNT 54
  44. #define CERT_STORE_REG_CURRENT_CNT 56
  45. #define CERT_STORE_REG_TOTAL_CNT 58
  46. #define CERT_REG_ELEMENT_READ_CNT 60
  47. #define CERT_REG_ELEMENT_WRITE_CNT 62
  48. #define CERT_REG_ELEMENT_DELETE_CNT 64
  49. #define CERT_CERT_ELEMENT_CURRENT_CNT 66
  50. #define CERT_CERT_ELEMENT_TOTAL_CNT 68
  51. #define CERT_CRL_ELEMENT_CURRENT_CNT 70
  52. #define CERT_CRL_ELEMENT_TOTAL_CNT 72
  53. #define CERT_CTL_ELEMENT_CURRENT_CNT 74
  54. #define CERT_CTL_ELEMENT_TOTAL_CNT 76