Microsoft SDK for Java

GetObjectParam

This method of the IBindCtx interface retrieves the pointer associated with the specified key in the bind context's string-keyed table of pointers.

Syntax

public IUnknown GetObjectParam(String pszKey);

Return Values

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

S_OK -- The pointer associated with the specified key was successfully returned.

Parameters

[in] pszKey The pointer to a zero-terminated wide character string (two bytes per character) containing the key to search for. Key string comparison is case-sensitive.

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