Author: akhaldi
Date: Sun May 19 14:30:10 2013
New Revision: 59042
URL:
http://svn.reactos.org/svn/reactos?rev=59042&view=rev
Log:
[UUID]
* Add CATID_SafeForInitializing and SID_VariantConversion.
Modified:
trunk/reactos/lib/sdk/uuid/ieguids.c
trunk/reactos/lib/sdk/uuid/otherguids.c
Modified: trunk/reactos/lib/sdk/uuid/ieguids.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/uuid/ieguids.c?rev…
==============================================================================
--- trunk/reactos/lib/sdk/uuid/ieguids.c [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/uuid/ieguids.c [iso-8859-1] Sun May 19 14:30:10 2013
@@ -11,6 +11,7 @@
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 @@
//IID_IImgCtx
//CLSID_IImgCtx
//CATID_DesignTimeUIActivatableControl
-//CATID_SafeForInitializing
//CATID_InternetAware
//CATID_PersistsToPropertyBag
//CATID_PersistsToFile
Modified: trunk/reactos/lib/sdk/uuid/otherguids.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/uuid/otherguids.c?…
==============================================================================
--- trunk/reactos/lib/sdk/uuid/otherguids.c [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/uuid/otherguids.c [iso-8859-1] Sun May 19 14:30:10 2013
@@ -52,3 +52,5 @@
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);