HLINKSETF enumeration
[HLINKSETF 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 the operation of IHlink::SetMonikerReference. It allows a caller of this function to specify which IHlink parameter to set.
Syntax
typedef enum tagHLINKSETF {
HLINKSETF_TARGET = 1,
HLINKSETF_LOCATION = 2
} HLINKSETF;
Constants
HLINKSETF_TARGET
Used to specify the setting of the pmkTarget parameter of the IHlink object.HLINKSETF_LOCATION
Used to specify the setting of the szLocation parameter of the IHlink object.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Hlink.h |