Difference between revisions of "Zh/Documentation/DevGuide/ProUNO/Bridge/Unsupported COM Features"
From Apache OpenOffice Wiki
		< Zh | Documentation
		
		
|  (New page: {{Documentation/DevGuide/ProUNOTOC/Zh |ProUNO2c=block |ABridgeSvcMgr=block |ShowPrevNext=block |PrevPage=Zh/Documentation/DevGuide/ProUNO/Bridge/The Bridge Services |NextPage=Zh/Documentat...) | |||
| Line 6: | Line 6: | ||
| |NextPage=Zh/Documentation/DevGuide/ProUNO/CLI/CLI Language Binding | |NextPage=Zh/Documentation/DevGuide/ProUNO/CLI/CLI Language Binding | ||
| }} | }} | ||
| − | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/ProUNO/Bridge/{{SUBPAGENAME}}}} | |
| {{DISPLAYTITLE:不支持的 COM 功能}} | {{DISPLAYTITLE:不支持的 COM 功能}} | ||
Latest revision as of 03:11, 14 May 2009
桥提供的 Automation 对象不提供类型信息。也就是说,IDispatch::GetTypeInfoCount 和 IDispatch::GetTypeInfo 返回 E_NOTIMPL。同时,没有可用的 COM 类型库,并且对象不会实现 IProvideClassInfo[2] 接口。
GetIDsOfName 一次仅处理一个名称。如果传送的是一组名称,则返回第一个名称的 DISPID。
IDispatch::Invoke 不支持命名参数以及 pExcepInfo 和 puArgErr 参数。
| Content on this page is licensed under the Public Documentation License (PDL). | 

