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.

29 lines
960 B

  1. // Nodetypes for the Certificate Templates snapin
  2. // created by GUIDGEN 7/13/98 BryanWal
  3. #ifndef _UUIDS_CERTTMPL_MANAGEMENT_
  4. #define _UUIDS_CERTTMPL_MANAGEMENT_
  5. #define struuidNodetypeSnapin "{C4EC3F82-0F43-4d72-B8A2-3D7A27F6D13A}"
  6. #define struuidNodetypeCertTemplate "{EE240DBE-9E44-4e85-AFB7-FB330048D4C7}"
  7. #define lstruuidNodetypeSnapin L"{C4EC3F82-0F43-4d72-B8A2-3D7A27F6D13A}"
  8. #define lstruuidNodetypeCertTemplate L"{EE240DBE-9E44-4e85-AFB7-FB330048D4C7}"
  9. // {C4EC3F82-0F43-4d72-B8A2-3D7A27F6D13A}
  10. #define structuuidNodetypeSnapin \
  11. { 0xc4ec3f82, 0xf43, 0x4d72, { 0xb8, 0xa2, 0x3d, 0x7a, 0x27, 0xf6, 0xd1, 0x3a } }
  12. // {EE240DBE-9E44-4e85-AFB7-FB330048D4C7}
  13. #define structuuidNodetypeCertTemplate \
  14. { 0xee240dbe, 0x9e44, 0x4e85, { 0xaf, 0xb7, 0xfb, 0x33, 0x0, 0x48, 0xd4, 0xc7 } }
  15. DEFINE_GUID (NODEID_CertTmpl_CERT_TEMPLATE, 0xee240dbe, 0x9e44, 0x4e85, 0xaf, 0xb7, 0xfb, 0x33, 0x0, 0x48, 0xd4, 0xc7);
  16. #endif