PyIBindCtx Object

A Python interface to IBindCtx. Derived from PyIUnknown

Methods

GetRunningObjectTable
Retrieves the running object table. 

GetBindOptions
Retrieves bind options 

SetBindOptions
Sets the bind options for the bind context 

RegisterObjectParam
Associates a COM object to the bind context 

RevokeObjectParam
Removes one of the bind context's associated objects 

GetObjectParam
Retrieves one of the contexts string-keyed objects 

EnumObjectParam
Creates an enumerator to list context's string keys 

Based On

PyIUnknown