PyIDispatchEx::InvokeEx method

object InvokeEx()

Provides access to properties and methods exposed by a PyIDispatchEx object.

Defined in: O:/SRC/PYWIN32/COM/WIN32COM/SRC/PYIDISPATCH.CPP

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.