UpdateHlink method
[IHlinkFrame::UpdateHlink may be altered or unavailable in subsequent versions of the operating system or product.]
Note The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Updates the hyperlink frame.
Syntax
HRESULT retVal = object.UpdateHlink(uHLID, pimkTarget, pwzLocation, pwzFriendlyName);
Parameters
uHLID [in]
Type: unsigned longAn integer value that specifies the hyperlink to retrieve. This can be a value taken from the HLID constants to indicate a logically identified hyperlink, such as HLID_PREVIOUS or HLID_NEXT.
pimkTarget [in]
Type: IMonikerThe address of an IMoniker interface on the hyperlink target.
pwzLocation [in]
Type: LPCWSTRThe address of a string that specifies the navigation location in the hyperlink target. This cannot be NULL.
pwzFriendlyName [in]
Type: LPCWSTRThe address of a string that specifies the navigation location of the display name in the hyperlink target. This cannot be NULL.
See also
Reference