HLINKWHICHMK enumeration
[HLINKWHICHMK 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 a moniker being requested is the moniker for the container document or a base moniker specific to a hyperlink site. The constants are used in the IHlinkSite::GetMoniker method.
Syntax
typedef enum tagHLINKWHICHMK {
HLINKWHICHMK_CONTAINER = 1,
HLINKWHICHMK_BASE = 2
} HLINKWHICHMK;
Constants
HLINKWHICHMK_CONTAINER
Used to specify that the hyperlink wants to retrieve the moniker for the hyperlink container corresponding to a particular hyperlink site.HLINKWHICHMK_BASE
Used to specify that the hyperlink wants to request the base moniker corresponding to the particular hyperlink site. (The monikers might be different—for example, if a base tag is used in HTML.)
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Hlink.h |