[UUID]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 May 2013 14:30:10 +0000 (14:30 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 19 May 2013 14:30:10 +0000 (14:30 +0000)
* Add CATID_SafeForInitializing and SID_VariantConversion.

svn path=/trunk/; revision=59042

reactos/lib/sdk/uuid/ieguids.c
reactos/lib/sdk/uuid/otherguids.c

index 1d1fe5c..661368c 100644 (file)
@@ -11,6 +11,7 @@ DEFINE_GUID(CLSID_StdHlink, 0x79eac9d0, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0
 DEFINE_GUID(CLSID_StdHlinkBrowseContext, 0x79eac9d1, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
 DEFINE_GUID(SID_SContainerDispatch, 0xb722be00,0x4e68,0x101b,0xa2,0xbc,0x00,0xaa,0x00,0x40,0x47,0x70);
 DEFINE_GUID(CGID_DocHostCommandHandler,0xf38bc242,0xb950,0x11d1,0x89,0x18,0x00,0xc0,0x4f,0xc2,0xc8,0x36);
+DEFINE_GUID(CATID_SafeForInitializing, 0x7dd95802,0x9882,0x11cf,0x9f,0xa9,0x00,0xaa,0x00,0x6c,0x42,0xc4);
 
 //SID_SVersionHost
 //CGID_InternetExplorer
@@ -44,7 +45,6 @@ DEFINE_GUID(CGID_DocHostCommandHandler,0xf38bc242,0xb950,0x11d1,0x89,0x18,0x00,0
 //IID_IImgCtx
 //CLSID_IImgCtx
 //CATID_DesignTimeUIActivatableControl
-//CATID_SafeForInitializing
 //CATID_InternetAware
 //CATID_PersistsToPropertyBag
 //CATID_PersistsToFile
index 69361d1..9653b2a 100644 (file)
@@ -52,3 +52,5 @@ DEFINE_GUID(CLSID_StdPicture, 0x0BE35204, 0x8F91, 0x11CE, 0x9D,0xE3, 0x00,0xAA,0
 DEFINE_GUID(CLSID_StdFont,    0x0BE35203, 0x8F91, 0x11CE, 0x9D,0xE3, 0x00,0xAA,0x00,0x4B,0xB8,0x51);
 
 DEFINE_GUID(CLSID_ShellItem,      0x2fe352ea, 0xfd1f, 0x11d2, 0xb1, 0xf4, 0x00, 0xc0, 0x4f, 0x8e, 0xeb, 0x3e);
+
+DEFINE_GUID(SID_VariantConversion, 0x1f101481,0xbccd,0x11d0,0x93,0x36,0x00,0xa0,0xc9,0xd,0xca,0xa9);