HLSR enumeration

[HLSR may be altered or unavailable in subsequent versions of the operating system or product.]

Note  The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.

 

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.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Hlink.h