Contents Index Topic Contents | ||
Previous Topic: HLINKSETF Next Topic: HLNF |
HLINKWHICHMK
typedef enum tagHLINKWHICHMK { HLINKWHICHMK_CONTAINER, = 1, HLINKWHICHMK_BASE, = 2, } HLINKWHICHMK ;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.
- 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. (These might be different, for example, if a BASE tag is used in HTML.)
See also IHlinkSite::GetMoniker
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.