IBindCtx.RevokeObjectParam(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_OK
HRESULT
value if the specified key was successfully removed from the table; otherwise, an S_FALSE
HRESULT
value.
Remarks
For more information, see the existing documentation for IBindCtx::RevokeObjectParam
in the MSDN library.