Contents Previous Page Next Page
HLSR

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 tagHLSR 

{

HLSR_HOME,

HLSR_SEARCHPAGE,

HLSR_HISTORYFOLDER

} HLSR ;

Members

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