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

This commit is contained in:
Robert Shearman 2006-06-06 20:04:58 +01:00 committed by Alexandre Julliard
parent 996c4f1f93
commit 1027313e9f
1 changed files with 48 additions and 0 deletions

View File

@ -530,6 +530,54 @@ static struct regsvr_coclass const coclass_list[] = {
"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 */
};