Edit

Share via


IBindCtx.RevokeObjectParam(String) Method

Definition

Revokes the registration of the object currently found under the specified key in the internally maintained table of contextual object parameters, if that key is currently registered.

public:
 int RevokeObjectParam(System::String ^ pszKey);
public int RevokeObjectParam (string pszKey);
abstract member RevokeObjectParam : string -> int
Public Function RevokeObjectParam (pszKey As String) As Integer

Parameters

pszKey
String

The key to unregister.

Returns

An S_OKHRESULT value if the specified key was successfully removed from the table; otherwise, an S_FALSEHRESULT value.

Remarks

For more information, see the existing documentation for IBindCtx::RevokeObjectParam in the MSDN library.

Applies to