HLFNAMEF enumeration
[HLFNAMEF may be altered or unavailable in subsequent versions of the operating system or product.]
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.
Specifies which friendly name a client is requesting. The flags are used by the IHlink::GetFriendlyName interface.
Syntax
typedef enum tagHLFNAMEF {
HLFNAMEF_DEFAULT = 0,
HLFNAMEF_TRYCACHE = 1,
HLFNAMEF_TRYPRETTYTARGET = 2,
HLFNAMEF_TRYFULLTARGET = 4,
HLFNAMEF_TRYWIN95SHORTCUT = 8
} HLFNAMEF;
Constants
HLFNAMEF_DEFAULT
Cached friendly name, or else the simplified display name.HLFNAMEF_TRYCACHE
Friendly name that is cached in the hyperlink object.HLFNAMEF_TRYPRETTYTARGET
Cleaned up version of the display name of the hyperlink target.HLFNAMEF_TRYFULLTARGET
Full display name of the hyperlink target.HLFNAMEF_TRYWIN95SHORTCUT
Simplified version of the full display name of the hyperlink target.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Hlink.h |