HLSR

The HLSR enumeration constants specify which of the special hyperlink references to choose. These constants are used by the HlinkGetSpecialReference and HlinkSetSpecialReference functions.

typedef enum tagHLSR 
{ 
    HLSR_HOME,            = 0, 
    HLSR_SEARCHPAGE,      = 1, 
    HLSR_HISTORYFOLDER    = 2 
} HLSR ; 

Elements

HLSR_HOME
Specifies the hyperlink reference to the global user "home" page.
HLSR_SEARCHPAGE
Specifies the hyperlink reference to the global user "search page."
HLSR_HISTORYFOLDER
Specifies the hyperlink reference to the global user "history folder" page.

See Also

HlinkGetSpecialReference, HlinkSetSpecialReference