PyIDispatch Object

A OLE automation client object.

Methods

Invoke
Invokes a DISPID, using the passed arguments. 

InvokeTypes
Invokes a DISPID, using the passed arguments and type descriptions. 

GetIDsOfNames
Get the DISPID for the passed names. 

GetTypeInfo
Get type information for the object. 

GetTypeInfoCount
Retrieves the number of PyITypeInfos the object provides. 

Based On

PyIUnknown