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.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Hlink.h Minimum availability Internet Explorer 3.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
IHlink::GetFriendlyName