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

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