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
See Also
HlinkGetSpecialReference, HlinkSetSpecialReference