HlinkGoForward function
[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. ]
Executes a hyperlink jump forward in the navigation stack.
Syntax
HRESULT HlinkGoForward( _In_ 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 ActiveX hyperlink frame.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also