Difference between revisions of "Documentation/DevGuide/ProUNO/Bridge/Unsupported COM Features"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Professional UNO)
m
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/ProUNO/CLI/CLI Language Binding
 
|NextPage=Documentation/DevGuide/ProUNO/CLI/CLI Language Binding
 
}}
 
}}
 +
[[zh:Zh/Documentation/DevGuide/ProUNO/Bridge/Unsupported COM Features]]
 
{{DISPLAYTITLE:Unsupported COM Features}}
 
{{DISPLAYTITLE:Unsupported COM Features}}
 
The Automation objects provided by the bridge do not provide type information. That is, <code>IDispatch::GetTypeInfoCount</code> and <code>IDispatch::GetTypeInfo</code> return <code>E_NOTIMPL</code>. Also, there are no COM type libraries available and the objects do not implement the <code>IProvideClassInfo[2]</code> interface.  
 
The Automation objects provided by the bridge do not provide type information. That is, <code>IDispatch::GetTypeInfoCount</code> and <code>IDispatch::GetTypeInfo</code> return <code>E_NOTIMPL</code>. Also, there are no COM type libraries available and the objects do not implement the <code>IProvideClassInfo[2]</code> interface.  

Revision as of 06:29, 16 July 2008

The Automation objects provided by the bridge do not provide type information. That is, IDispatch::GetTypeInfoCount and IDispatch::GetTypeInfo return E_NOTIMPL. Also, there are no COM type libraries available and the objects do not implement the IProvideClassInfo[2] interface.

GetIDsOfName processes only one name at a time. If an array of names is passed, then a DISPID is returned for the first name.

IDispatch::Invoke does not support named arguments and the pExcepInfo and puArgErr parameter.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages