HlinkGoBackHlinkGoBack*
*



Contents  *



Index  *Topic Contents
*Previous Topic: HlinkGetSpecialReference
*Next Topic: HlinkGoForward

HlinkGoBack

HRESULT HlinkGoBack(
    IUnknown *pUnk    //IUnknown pointer to the initiating document or object
   );

Executes a hyperlink jump backward within the navigation stack.

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

The HlinkGoBack helper function should be used by all applications, documents, and objects that have simple navigational needs. This single function call will "do the right thing" depending on whether the navigation is originating from within a hyperlink frame or within a hyperlink-unaware application.

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 that 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, HlinkGoBack only affects the current frame.

See also HlinkGoForward


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.