Updates the hyperlink frame. This method is called before navigation, typically by the IHlinkSite::ReadyToNavigate method. An application that does not implement the IHlinkSite interface can call this method before calling the navigation function.
HRESULT UpdateHlink(
ULONG uHLID |
// Hyperlink to retrieve |
IMoniker * pimkTarget, |
// Moniker interface pointer of the hyperlink target |
LPCWSTR pwzLocation, |
// Location within the hyperlink target of new hyperlink |
LPCWSTR pwzFriendlyName |
// Friendly name of the hyperlink |
); |
Parameters
Return Values
See Also
HlinkOnNavigate, HLID, IHlinkBrowseContext::OnNavigateHlink, IHlinkSite::OnNavigationComplete