Updates the hyperlink frame.
Syntax
HRESULT UpdateHlink( ULONG uHLID, IMoniker *pimkTarget, LPCWSTR pwzLocation, LPCWSTR pwzFriendlyName );
Parameters
- uHLID
- [in] 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] Address of an IMoniker interface on the hyperlink target.
- pwzLocation
- [in] Address of a string that specifies the navigation location within the hyperlink target. This must not be NULL.
- pwzFriendlyName
- [in] Address of a string that specifies the navigation location of the display name within the hyperlink target. This must not be NULL.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
HlinkOnNavigate, IHlinkBrowseContext::OnNavigateHlink, IHlinkSite::OnNavigationComplete