This topic has not yet been rated - Rate this topic

HlinkGoForward Function

Deprecated. Executes a hyperlink jump forward in the navigation stack.

Syntax


HRESULT HlinkGoForward(
    IUnknown *pUnk
);

Parameters

pUnk
[in] The 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 can be used by all applications, documents, and objects that have simple navigation requirements. This function performs navigation if it originates in a hyperlink frame.

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

Note  This function works 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

Stock Implementation Urlmon.dll
Custom Implementation No
Header Urlmon.h
Import library Urlmon.lib
Minimum availability Internet Explorer 3.0
Minimum operating systems Windows NT 4.0, Windows 95

See Also

HlinkGoBack
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.