Contents Previous Page Next Page
IHlinkTarget::Navigate

If the given location is not visible, navigates to and shows the location position within the object/document.

HRESULT Navigate(

    DWORD 
grfHLNF,               // Value from the HLNF enumeration                          
                                                                                             
    LPCWSTR * szLocation         // Location within the hyperlink target to navigate to      
                                                                                             
   );                                                                                        
                                                                                             

Parameters

grfHLNF

[in] Flags describing how the navigation is to proceed. The value of the flag can be any valid HLNF enumeration value.

szLocation

[in] The string location portion of the hyperlink reference.

Return Values

S_OK

The navigation to the hyperlink target has been successful.

See Also

HlinkNavigate, HlinkNavigateToStringReference, HLNF, IHlinkFrame::Navigate, IHlink::Navigate