IBindCtx::RevokeObjectParam Method (String^)

 

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.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

int RevokeObjectParam(
	String^ pszKey
)

Parameters

pszKey
Type: System::String^

The key to unregister.

Return Value

Type: System::Int32

An 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
Return to top
Show: