HLSRHLSR*
*



Contents  *



Index  *Topic Contents
*Previous Topic: HLQF
*Next Topic: Structures

HLSR

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

Specifies which of the special hyperlink references to choose. The constants are used by the HlinkGetSpecialReference and HlinkSetSpecialReference functions.

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

See also HlinkGetSpecialReference, HlinkSetSpecialReference


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