This method of the IBindCtx interface retrieves the pointer associated with the specified key in the bind context's string-keyed table of pointers.
public IUnknown GetObjectParam(String pszKey);
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.
[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. |