Microsoft SDK for Java

GetBindOptions

This method of the IBindCtx interface returns the binding options stored in this bind context.

Syntax

public void GetBindOptions(BIND_OPTS pbindopts);

Return Values

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

S_OK -- The stored binding options were successfully returned.

Parameters

[in, out] pbindopts The pointer to an initialized BIND_OPTS structure on entry that receives the current binding parameters on return.

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