shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.

Francois Gouget fgouget at codeweavers.com
Mon Aug 7 14:37:03 CDT 2006


---
 include/shlguid.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/shlguid.h b/include/shlguid.h
index bc25a4b..e5a7aff 100644
--- a/include/shlguid.h
+++ b/include/shlguid.h
@@ -72,6 +72,11 @@ DEFINE_SHLGUID(IID_IQueryInfo,          
 /* DEFINE_SHLGUID(IID_INewShortcutHookA,   0x000214E1L, 0, 0); */
 /* DEFINE_SHLGUID(IID_INewShortcutHookW,   0x000214F7L, 0, 0); */
 
+DEFINE_GUID(CLSID_CUrlHistory, 0x3c374a40, 0xbae4, 0x11cf, 0xbf, 0x7d, 0x00, 0xaa, 0x00, 0x69, 0x46, 0xee);
+#define SID_SUrlHistory       CLSID_CUrlHistory
+
+DEFINE_GUID(CLSID_CURLSearchHook, 0xcfbfae00, 0x17a6, 0x11d0, 0x99, 0xcb, 0x00, 0xc0, 0x4f, 0xd6, 0x44, 0x97);
+
 DEFINE_GUID(SID_STopLevelBrowser, 0x4C96BE40L, 0x915C, 0x11CF, 0x99, 0xD3, 0x00, 0xAA, 0x00, 0x4A, 0xE8, 0x37);
 
 #define SID_SShellBrowser     IID_IShellBrowser
-- 
1.4.1




More information about the wine-patches mailing list