不支持的 COM 功能
From Apache OpenOffice Wiki
< Zh | Documentation
桥提供的 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). |