This method of the IBindCtx interface returns the binding options stored in this bind context.
public void GetBindOptions(BIND_OPTS pbindopts);
This method supports the standard return value E_UNEXPECTED, as well as the following:
S_OK -- The stored binding options were successfully returned.
[in, out] pbindopts | The pointer to an initialized BIND_OPTS structure on entry that receives the current binding parameters on return. |