Robert Shearman : shdocvw: Register some more documented classes that native also registers.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 7 07:48:52 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 1027313e9fb5798f734f9dcf5127fa54553c7448
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=1027313e9fb5798f734f9dcf5127fa54553c7448

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Jun  6 20:04:58 2006 +0100

shdocvw: Register some more documented classes that native also registers.

---

 dlls/shdocvw/regsvr.c |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/regsvr.c b/dlls/shdocvw/regsvr.c
index e7fb595..6fd2f22 100644
--- a/dlls/shdocvw/regsvr.c
+++ b/dlls/shdocvw/regsvr.c
@@ -530,6 +530,54 @@ static struct regsvr_coclass const cocla
         "InternetExplorer.Application.1",
         "InternetExplorer.Application"
     },
+    {   &CLSID_ShellSearchAssistantOC,
+        "SearchAssistantOC",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        "SearchAssistantOC.SearchAssistantOC.1",
+        "SearchAssistantOC.SearchAssistantOC"
+    },
+    {   &CLSID_ShellShellNameSpace,
+        "Shell Name Space",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        "ShellNameSpace.ShellNameSpace.1",
+        "ShellNameSpace.ShellNameSpace"
+    },
+    {   &CLSID_ShellNameSpace,
+        "Shell Name Space",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        "ShellNameSpace.ShellNameSpace.1",
+        "ShellNameSpace.ShellNameSpace"
+    },
+    {   &CLSID_ShellUIHelper,
+        "Microsoft Shell UI Helper",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        "Shell.UIHelper.1",
+        NULL
+    },
+    {   &CLSID_ShellWindows,
+        "ShellWindows",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        NULL,
+        NULL
+    },
+    {   &CLSID_SearchAssistantOC,
+        "SearchAssistantOC",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        "SearchAssistantOC.SearchAssistantOC.1",
+        "SearchAssistantOC.SearchAssistantOC"
+    },
     { NULL }			/* list terminator */
 };
 




More information about the wine-cvs mailing list