HLFNAMEF
The HLFNAMEF enumeration constants specify which friendly name a client is requesting. These flags are used by the IHlink::GetFriendlyName interface.
typedef enum tagHLFNAMEF
{
HLFNAMEF_DEFAULT, = 0,
HLFNAMEF_TRYCACHE, = 1,
HLFNAMEF_TRYPRETTYTARGET, = 2,
HLFNAMEF_TRYFULLTARGET, = 4,
HLFNAMEF_TRYWIN95SHORTCUT = 8
} HLFNAMEF ;
Elements
-
HLFNAMEF_DEFAULT
-
Requests the cached friendly name, or else the simplified display name.
-
HLFNAMEF_TRYCACHE
-
Requests the friendly name that is cached in the hyperlink object.
-
HLFNAMEF_TRYPRETTYTARGET
-
Requests a beautified version of the display name of the hyperlink target.
-
HLFNAMEF_TRYFULLTARGET
-
Requests the full display name of the hyperlink target.
-
HLFNAMEF_TRYWIN95SHORTCUT
-
Requests a simplified version of the full display name of the hyperlink target.
See Also
IHlink::GetFriendlyName