HLQF enumeration

[HLQF 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 query flags used by IHlinkBrowseContext::QueryHlink to determine the state of a particular hyperlink.

Syntax

typedef enum tagHLQF { 
  HLQF_ISVALID    = 1,
  HLQF_ISCURRENT  = 2
} HLQF;

Constants

  • HLQF_ISVALID
    Used to test the validity of a particular hyperlink. The uHLID parameter can specify either a specific hyperlink within the navigation stack or a relative hyperlink, such as HLID_NEXT or HLID_PREVIOUS.

  • HLQF_ISCURRENT
    Used to test if the specific hyperlink (identified by the uHLID parameter) is the user's current position within the navigation stack.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Hlink.h

See also

HLID