Microsoft SDK for Java

IBindCtx Interface Methods

The IBindCtx interface has the following methods:

EnumObjectParam enumerates all the string keys in the table.
GetBindOptions retrieves the binding options.
GetObjectParam returns the object associated with a given string key.
GetRunningObjectTable retrieves a pointer to the Running Object Table.
RegisterObjectBound registers an object with the bind context.
RegisterObjectParam associates an object with a string key.
ReleaseBoundObjects releases all registered objects.
RevokeObjectBound revokes an object's registration.
RevokeObjectParam revokes association between an object and a string key.
SetBindOptions sets the binding options.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.