Skip to content

Latest commit

 

History

History
89 lines (74 loc) · 2.64 KB

nf-oleidl-iolelink-getboundsource.md

File metadata and controls

89 lines (74 loc) · 2.64 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:oleidl.IOleLink.GetBoundSource
IOleLink::GetBoundSource (oleidl.h)
Retrieves a pointer to the link source if the connection is active.
GetBoundSource
GetBoundSource method [COM]
GetBoundSource method [COM]
IOleLink interface
IOleLink interface [COM]
GetBoundSource method
IOleLink.GetBoundSource
IOleLink::GetBoundSource
_ole_iolelink_getboundsource
com.iolelink_getboundsource
oleidl/IOleLink::GetBoundSource
com\iolelink_getboundsource.htm
com
37d24337-eacc-453a-9a90-043ec9b35e9c
12/05/2018
GetBoundSource, GetBoundSource method [COM], GetBoundSource method [COM],IOleLink interface, IOleLink interface [COM],GetBoundSource method, IOleLink.GetBoundSource, IOleLink::GetBoundSource, _ole_iolelink_getboundsource, com.iolelink_getboundsource, oleidl/IOleLink::GetBoundSource
oleidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OleIdl.Idl
Windows
19H1
IOleLink::GetBoundSource
oleidl/IOleLink::GetBoundSource
c++
APIRef
kbSyntax
COM
OleIdl.h
IOleLink.GetBoundSource

IOleLink::GetBoundSource

-description

Retrieves a pointer to the link source if the connection is active.

-parameters

-param ppunk [out]

Address of IDataObject pointer variable that receives the interface pointer to the link source. When successful, the implementation must call IUnknown::AddRef on ppunk; it is the caller's responsibility to call IUnknown::Release. If an error occurs, the implementation sets ppunk to NULL.

-returns

This method returns S_OK on success. Other possible return values include the following.

Return code Description
E_FAIL
The operation failed.

-remarks

You typically do not need to call IOleLink::GetBoundSource.

-see-also

IOleLink