HlinkGoBack Function     HlinkIsShortcut Function     Hyperlinks Functions    
Web Workshop (Miscellaneous)

HlinkGoForward Function


Executes a hyperlink jump forward within the navigation stack.

Syntax

HRESULT HlinkGoForward(
    IUnknown *pUnk    
);

Parameters

pUnk
[in] Address of the IUnknown interface on the document or object that is initiating the hyperlink. This must not be NULL.

Return Value

Returns S_OK if successful.

Remarks

The HlinkGoForward helper function should be used by all applications, documents, and objects that have simple navigational needs. This function performs navigation if it originates from within a hyperlink frame.

The specified pointer pUnk must point to an object that is hosted within a hyperlink-aware container, such as Microsoft® Internet Explorer or an ActiveX® hyperlink frame.

Note This function will work only if the object calling the function is the current object in the navigation stack. In HTML pages with frame sets, HlinkGoForward only affects the current frame.

Function Information

Windows NT Use version 4.0.
Windows Use Windows 95 and later.
Header Urlmon.h
Import Library Urlmon.lib
Minimum availability Internet Explorer 3.0

See Also

HlinkGoBack



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.