IBindCtx::RevokeObjectBound method
Removes the object from the bind context, undoing a previous call to RegisterObjectBound.
Syntax
HRESULT RevokeObjectBound(
[in] IUnknown *punk
);
Parameters
- punk [in]
-
A pointer to the IUnknown interface on the object to be removed.
Return value
This method can return the following values.
| Return code | Description |
|---|---|
|
The object was released successfully. |
|
The object was not previously registered. |
Remarks
You would rarely call this method. It is documented primarily for completeness.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IBindCtx is defined as 0000000e-0000-0000-C000-000000000046 |
See also