The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBindCtx::RevokeObjectParam Method (String^)
.NET Framework (current version)
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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- pszKey
-
Type:
System::String^
The key to unregister.
Return Value
Type: System::Int32An S_OKHRESULT value if the specified key was successfully removed from the table; otherwise, an S_FALSEHRESULT value.
For more information, see the existing documentation for IBindCtx::RevokeObjectParam in the MSDN library.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: