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.
public boolean RevokeObjectParam(String pszKey);
S_OK -- The specified key was successfully removed from the table.
S_FALSE -- No object has been registered with the specified key.
[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. |