The HLSR enumeration constants specify which of the special hyperlink references to choose. These constants are used by the HlinkGetSpecialReference and HlinkSetSpecialReference API functions.
typedef enum tagHLSRMembers{
HLSR_HOME,
HLSR_SEARCHPAGE,
HLSR_HISTORYFOLDER
} HLSR ;
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