HLSHORTCUTF Enumerated Ty...     HLTB Enumerated Type     Hyperlinks Enumerations    
Web Workshop (Miscellaneous)

HLSR Enumerated Type


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

Syntax

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

Constants

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.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Hlink.h
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.