This method of the IBindCtx interface specifies new values for the binding parameters stored in the bind context. Subsequent binding operations can call GetBindOptions to retrieve the parameters.
public void SetBindOptions(BIND_OPTS pbindopts);
This method supports the standard return value E_OUTOFMEMORY, as well as the following:
S_OK -- The parameters were stored successfully.
[in] pbindopts | The pointer to a BIND_OPTS structure containing the binding parameters. |