Opens the link’s source.
HRESULT OpenLinkSource(
DWORD dwLink |
//Unique 32-bit link identifier |
); |
Parameter
Return Values
This method supports the standard return values E_FAIL, E_INVALIDARG, and E_OUTOFMEMORY, as well as the following:
Remarks
The 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