IOleUILinkContainer::OpenLinkSource

Opens the link's source.

HRESULT OpenLinkSource(

DWORD dwLink
//Unique 32-bit link identifier
);

Parameter

dwLink

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

Return Values

S_OK

Successfully opened the link's source.

E_FAIL

Unable to open the links source.

E_INVALIDARG

One or more invalid arguments.

E_OUTOFMEMORY

Insufficient memory.

E_ACCESSDENIED

Insufficient access permissions.

Comments

Notes To Callers

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

See Also

IOleObject::DoVerb, OLEVERB

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples