: invoke (obj)
: S = invoke (obj, methodname)
: S = invoke (obj, methodname, arg1, …, argN)

Invoke a method on a COM object.

When called with just the single obj, invoke displays the methods available to the object. When called with methodname, invoke will invoke the method with optional args and return the result in S.

See also: com_invoke, methods.

Package: windows