object = InvokeEx(dispid, lcid
, flags
, args
, types
, returnDesc
, serviceProvider
)
Provides access to properties and methods exposed by a PyIDispatchEx
object.
Parameters
dispid : int
lcid : int
flags : int
args : [object, ...]
The arguments.types=None : [object, ...]
A tuple of type description object, or None if type
descriptions are not available.
returnDesc=1 : object|int
If types==None, should be a BOOL indicating if the
result is needed. If types is a tuple, then should a be type description.
serviceProvider=None : PyIServiceProvider
A service provider object supplied by
the caller which allows the object to obtain services from the caller. Can be None.