Skip to content

Latest commit

 

History

History
133 lines (109 loc) · 4.24 KB

nf-oledlg-ioleuilinkcontainerw-openlinksource.md

File metadata and controls

133 lines (109 loc) · 4.24 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:oledlg.IOleUILinkContainerW.OpenLinkSource
IOleUILinkContainerW::OpenLinkSource (oledlg.h)
Opens the link's source. (Unicode)
IOleUILinkContainer interface [COM]
OpenLinkSource method
IOleUILinkContainer::OpenLinkSource
IOleUILinkContainerA interface [COM]
OpenLinkSource method
IOleUILinkContainerA::OpenLinkSource
IOleUILinkContainerW interface [COM]
OpenLinkSource method
IOleUILinkContainerW.OpenLinkSource
IOleUILinkContainerW::OpenLinkSource
OpenLinkSource
OpenLinkSource method [COM]
OpenLinkSource method [COM]
IOleUILinkContainer interface
OpenLinkSource method [COM]
IOleUILinkContainerA interface
OpenLinkSource method [COM]
IOleUILinkContainerW interface
_ole_IOleUILinkContainer_OpenLinkSource
com.ioleuilinkcontainer_openlinksource
oledlg/IOleUILinkContainer::OpenLinkSource
oledlg/IOleUILinkContainerA::OpenLinkSource
oledlg/IOleUILinkContainerW::OpenLinkSource
com\ioleuilinkcontainer_openlinksource.htm
com
bc732a2f-f13d-4d08-a81d-292dd2ba1140
12/05/2018
IOleUILinkContainer interface [COM],OpenLinkSource method, IOleUILinkContainer::OpenLinkSource, IOleUILinkContainerA interface [COM],OpenLinkSource method, IOleUILinkContainerA::OpenLinkSource, IOleUILinkContainerW interface [COM],OpenLinkSource method, IOleUILinkContainerW.OpenLinkSource, IOleUILinkContainerW::OpenLinkSource, OpenLinkSource, OpenLinkSource method [COM], OpenLinkSource method [COM],IOleUILinkContainer interface, OpenLinkSource method [COM],IOleUILinkContainerA interface, OpenLinkSource method [COM],IOleUILinkContainerW interface, _ole_IOleUILinkContainer_OpenLinkSource, com.ioleuilinkcontainer_openlinksource, oledlg/IOleUILinkContainer::OpenLinkSource, oledlg/IOleUILinkContainerA::OpenLinkSource, oledlg/IOleUILinkContainerW::OpenLinkSource
oledlg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IOleUILinkContainerW::OpenLinkSource
oledlg/IOleUILinkContainerW::OpenLinkSource
c++
APIRef
kbSyntax
COM
OleDlg.h
IOleUILinkContainer.OpenLinkSource
IOleUILinkContainerA.OpenLinkSource
IOleUILinkContainerW.OpenLinkSource

IOleUILinkContainerW::OpenLinkSource

-description

Opens the link's source.

-parameters

-param dwLink [in]

Container-defined unique identifier for a single link. Containers can use the pointer to the link's container site for this value.

-returns

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

Return code Description
E_ACCESSDENIED
Insufficient access permissions.
E_FAIL
The operation failed.
E_INVALIDARG
The specified identifier is invalid.
E_OUTOFMEMORY
There is insufficient memory available for this operation.

-remarks

Notes to Callers

The IOleUILinkContainer::OpenLinkSource method is called when the Open Source button is selected from the Links dialog box. For OLE links, call IOleObject::DoVerb, specifying OLEIVERB_SHOW for iVerb.

-see-also

IOleObject::DoVerb

IOleUILinkContainer

OLEVERB