Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This function works 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. ]
Note The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Executes a hyperlink jump backward in the navigation stack.
Syntax
HRESULT HlinkGoBack(
_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 HlinkGoBack 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 |
Urlmon.h |
Library |
Urlmon.lib |
DLL |
Urlmon.dll |