|
|
|
Hyperlinks Functions |
|
Functions |
|
|
HlinkClone HlinkCreateBrowseContext HlinkCreateExtensionServices HlinkCreateFromData HlinkCreateFromMoniker HlinkCreateFromString HlinkCreateShortcut HlinkCreateShortcutFromMoniker HlinkCreateShortcutFromString HlinkGetSpecialReference HlinkGetValueFromParams HlinkGoBack HlinkGoForward HlinkIsShortcut HlinkNavigate HlinkNavigateMoniker HlinkNavigateString
|
HlinkNavigateToStringReference HlinkOnNavigate HlinkOnRenameDocument HlinkParseDisplayName HlinkPreprocessMoniker HlinkQueryCreateFromData HlinkResolveShortcut HlinkResolveShortcutToMoniker HlinkResolveShortcutToString HlinkResolveStringForData HlinkSetSpecialReference HlinkSimpleNavigateToMoniker HlinkSimpleNavigateToString HlinkTranslateUrl HlinkUpdateStackItem OleSaveToStreamEx |
|
HlinkClone |
|
Not currently implemented.
|
|
DECLARE FUNCTION HlinkClone _ LIB "HLINK.DLL" _
ALIAS "HlinkClone"
( _ , BYREF riid AS GUID _ , BYVAL pihlsiteForClone AS
DWORD _ , BYVAL ppvObj AS DWORD PTR _ )
AS LONG |
|
HlinkCreateBrowseContext |
|
Creates an empty, default instance of the system browse context object.
This function is identical to calling
the following: |
|
DECLARE FUNCTION
HlinkCreateBrowseContext _ |
|
HlinkCreateExtensionServices |
|
Not currently implemented.
|
|
DECLARE FUNCTION
HlinkCreateExtensionServices _ |
|
HlinkCreateFromData |
|
Creates a standard hyperlink object from a Component Object Model (COM) object that supports the IDataObject interface.
|
|
DECLARE FUNCTION
HlinkCreateFromData _ |
|
HlinkCreateFromMoniker |
|
Creates a new system hyperlink object from a moniker, a location string, and a friendly name string (used for displaying the hyperlink).
|
|
DECLARE FUNCTION
HlinkCreateFromMoniker _ |
|
HlinkCreateFromString |
|
Creates a new hyperlink object from strings representing the hyperlink target, the location within the target, and a friendly name.
|
|
DECLARE FUNCTION
HlinkCreateFromString _ |
|
HlinkCreateShortcut |
|
Not currently implemented.
|
|
DECLARE FUNCTION
HlinkCreateShortcut _ |
|
HlinkCreateShortcutFromMoniker |
|
Not currently implemented.
|
|
DECLARE FUNCTION
HlinkCreateShortcutFromMoniker _ |
|
HlinkCreateShortcutFromString |
|
Not currently implemented.
|
|
DECLARE FUNCTION
HlinkCreateShortcutFromString _ |
|
HlinkGetSpecialReference |
|
Retrieves a string for a given value from the HLSR enumeration.
|
|
DECLARE FUNCTION
HlinkGetSpecialReference _ |
|
HlinkGetValueFromParams |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkGetValueFromParams _ |
|
HlinkGoBack |
|
Executes a hyperlink jump backward within the navigation stack.
|
|
DECLARE FUNCTION
HlinkGoBack _ |
|
HlinkGoForward |
|
Executes a hyperlink jump forward within the navigation stack.
|
|
DECLARE FUNCTION
HlinkGoForward _ |
|
HlinkIsShortcut |
|
Not currently implemented.
|
|
DECLARE FUNCTION
HlinkIsShortcut _ |
|
HlinkNavigate |
|
Not currently implemented.
|
|
DECLARE FUNCTION
HlinkNavigate _ |
|
HlinkNavigateMoniker |
|
Executes a hyperlink jump, specified by a moniker, to a new document or object. For information about how this function relates to the HlinkSimpleNavigateToMoniker function, see the Remarks section.
|
|
DECLARE FUNCTION
HlinkNavigateMoniker _ |
|
HlinkNavigateString |
|
Executes a hyperlink jump, specified by a string, to a new document or object. For information about how this function relates to HlinkSimpleNavigateToString, see the Remarks section.
|
|
DECLARE FUNCTION
HlinkNavigateString _ |
|
HlinkNavigateToStringReference |
|
Creates a hyperlink site from strings representing the hyperlink target, the location within the target, and a friendly name, and then navigates to that site.
|
|
DECLARE FUNCTION
HlinkNavigateToStringReference _ |
|
HlinkOnNavigate |
|
Notifies a hyperlink browse context and hyperlink frame, if it exists, that a hyperlink target has been navigated to.
|
|
DECLARE FUNCTION
HlinkOnNavigate _ |
|
HlinkOnRenameDocument |
|
Notifies a hyperlink browse context and hyperlink frame, if it exists, that a hyperlink target has been navigated to.
|
|
DECLARE FUNCTION
HlinkOnRenameDocument _ |
|
HlinkParseDisplayName |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkParseDisplayName _ |
|
HlinkPreprocessMoniker |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkPreprocessMoniker _ |
|
HlinkQueryCreateFromData |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkQueryCreateFromData _ |
|
HlinkResolveMonikerForData |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkResolveMonikerForData _ |
|
HlinkResolveShortcutToMoniker |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkResolveShortcutToMoniker _ |
|
HlinkResolveShortcutToString |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkResolveShortcutToString _ |
|
HlinkResolveStringForData |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkResolveStringForData _ |
|
HlinkSetSpecialReference |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkSetSpecialReference _ |
|
HlinkSimpleNavigateToMoniker |
|
Executes a hyperlink jump, specified by a moniker, to a new document or object. For information about how this function relates to the HlinkNavigateMoniker function, see the Remarks section.
|
|
DECLARE FUNCTION
HlinkSimpleNavigateToMoniker _ |
|
HlinkSimpleNavigateToString |
|
Executes a hyperlink jump to a new document or object. For information about how this function relates to HlinkNavigateString, see the Remarks section.
|
|
DECLARE FUNCTION
HlinkSimpleNavigateToString _ |
|
HlinkTranslateUrl |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkTranslateUrl _ |
|
HlinkUpdateStackItem |
|
Not currently supported.
|
|
DECLARE FUNCTION
HlinkUpdateStackItem _ |
|
OleSaveToStreamEx |
|
Not currently supported.
|
|
DECLARE FUNCTION
OleSaveToStreamEx _ |
Page last updated on Thursday, 12 October 2006 20:06:30 +0200