comInvoke {rcom} | R Documentation |
Invokes a function (method) on a COM object.
comInvoke(handle,method,...)
handle |
COM object (class "COMObject") as returned by e.g.
comCreateObject |
method |
name of method to call as a character string |
... |
parameters passed when calling the method |
The return value of comInvoke
depends on the function (method) called.
Thomas Baier
comSetProperty
, comGetProperty