Microsoft SDK for Java

SetBindOptions

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.

Syntax

public void SetBindOptions(BIND_OPTS pbindopts);

Return Values

This method supports the standard return value E_OUTOFMEMORY, as well as the following:

S_OK -- The parameters were stored successfully.

Parameters

[in] pbindopts The pointer to a BIND_OPTS structure containing the binding parameters.

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