IBindCtx
Retrieves a pointer to an interface that can be used to enumerate the keys of the bind context's string-keyed table of pointers.
Retrieves the binding options stored in this bind context.
Retrieves an interface pointer to the object associated with the specified key in the bind context's string-keyed table of pointers.
Retrieves an interface pointer to the running object table (ROT) for the computer on which this bind context is running.
Registers an object with the bind context to ensure that the object remains active until the bind context is released.
Associates an object with a string key in the bind context's string-keyed table of pointers.
Releases all pointers to all objects that were previously registered by calls to RegisterObjectBound.
Removes the object from the bind context, undoing a previous call to RegisterObjectBound.
Removes the specified key and its associated pointer from the bind context's string-keyed table of objects. The key must have previously been inserted into the table with a call to RegisterObjectParam.
Sets new values for the binding parameters stored in the bind context.