Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Removes the object from the bind context, undoing a previous call to RegisterObjectBound.
Syntax
HRESULT RevokeObjectBound(
[in] IUnknown *punk
);
Parameters
[in] punk
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | objidl.h |