HLINKMISC enumeration

[HLINKMISC 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 whether the hyperlink object is a relative hyperlink to its target. The constants are used in the IHlink::GetMiscStatus method.

Syntax

typedef enum tagHLINKMISC { 
  HLINKMISC_RELATIVE  = 1
} HLINKMISC;

Constants

  • HLINKMISC_RELATIVE
    The given hyperlink object contains a relative reference to the hyperlink target.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Hlink.h