Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.6 KB

nf-objidl-ibindctx-revokeobjectbound.md

File metadata and controls

100 lines (84 loc) · 2.6 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:objidl.IBindCtx.RevokeObjectBound
IBindCtx::RevokeObjectBound (objidl.h)
Removes the object from the bind context, undoing a previous call to RegisterObjectBound.
IBindCtx interface [COM]
RevokeObjectBound method
IBindCtx.RevokeObjectBound
IBindCtx::RevokeObjectBound
RevokeObjectBound
RevokeObjectBound method [COM]
RevokeObjectBound method [COM]
IBindCtx interface
_com_ibindctx_revokeobjectbound
com.ibindctx_revokeobjectbound
objidl/IBindCtx::RevokeObjectBound
com\ibindctx_revokeobjectbound.htm
com
c49421a3-1733-4f54-8e30-d23641f13c38
12/05/2018
IBindCtx interface [COM],RevokeObjectBound method, IBindCtx.RevokeObjectBound, IBindCtx::RevokeObjectBound, RevokeObjectBound, RevokeObjectBound method [COM], RevokeObjectBound method [COM],IBindCtx interface, _com_ibindctx_revokeobjectbound, com.ibindctx_revokeobjectbound, objidl/IBindCtx::RevokeObjectBound
objidl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
ObjIdl.idl
Windows
19H1
IBindCtx::RevokeObjectBound
objidl/IBindCtx::RevokeObjectBound
c++
APIRef
kbSyntax
COM
ObjIdl.h
IBindCtx.RevokeObjectBound

IBindCtx::RevokeObjectBound

-description

Removes the object from the bind context, undoing a previous call to RegisterObjectBound.

-parameters

-param punk [in]

A pointer to the IUnknown interface on the object to be removed.

-returns

This method can return the following values.

Return code Description
S_OK
The object was released successfully.
MK_E_NOTBOUND
The object was not previously registered.

-remarks

You would rarely call this method. It is documented primarily for completeness.

-see-also

IBindCtx