HLFNAMEFHLFNAMEF*
*



Contents  *



Index  *Topic Contents
*Previous Topic: HLBWIF
*Next Topic: HLID

HLFNAMEF

typedef enum tagHLFNAMEF 
{ 
    HLFNAMEF_DEFAULT,          =  0, 
    HLFNAMEF_TRYCACHE,         =  1, 
    HLFNAMEF_TRYPRETTYTARGET,  =  2, 
    HLFNAMEF_TRYFULLTARGET,    =  4, 
    HLFNAMEF_TRYWIN95SHORTCUT  =  8, 
} HLFNAMEF ;

Specifies which friendly name a client is requesting. The flags are used by the IHlink::GetFriendlyName interface.

HLFNAMEF_DEFAULT
The cached friendly name, or else the simplified display name.
HLFNAMEF_TRYCACHE
The friendly name that is cached in the hyperlink object.
HLFNAMEF_TRYPRETTYTARGET
A beautified version of the display name of the hyperlink target.
HLFNAMEF_TRYFULLTARGET
The full display name of the hyperlink target.
HLFNAMEF_TRYWIN95SHORTCUT
A simplified version of the full display name of the hyperlink target.

See also IHlink::GetFriendlyName


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.