Microsoft SDK for Java

RevokeObjectParam

This method of the IBindCtx interface removes the specified key and its associated pointer from the bind context's string-keyed table of objects. The key must have previously been inserted into the table with a call to RegisterObjectParam.

Syntax

public boolean RevokeObjectParam(String pszKey);

Return Values

S_OK -- The specified key was successfully removed from the table.

S_FALSE -- No object has been registered with the specified key.

Parameters

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

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