HLINKSETF Enumerated Type     HLNF Enumerated Type     Hyperlinks Enumerations    
Web Workshop (Miscellaneous)

HLINKWHICHMK Enumerated Type


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.)

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Hlink.h
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.