HLINKWHICHMK Enumerated T...     HLQF Enumerated Type     Hyperlinks Enumerations    
Web Workshop (Miscellaneous)

HLNF Enumerated Type


Indicates how hyperlink navigation is to proceed. The enumeration is also used by the objects participating in the navigation protocol to convey to each other contextual information about the navigation.

Syntax

typedef enum
{
    HLNF_INTERNALJUMP           = 0x1,
    HLNF_OPENINNEWWINDOW        = 0x2,
    HLNF_NAVIGATINGBACK         = 0x4,
    HLNF_NAVIGATINGFORWARD      = 0x8,
    HLNF_NAVIGATINGTOSTACKITEM  = 0x10,
    HLNF_CREATENOHISTORY        = 0x20
} HLNF;

Constants

HLNF_INTERNALJUMP
The navigation is an internal jump within the current hyperlink target.
HLNF_OPENINNEWWINDOW
This option is a combination of two commonly coincident options: HLNF_USEBROWSECONTEXTCLONE and HLNF_OFFSETWINDOWORG.
HLNF_NAVIGATINGBACK
The navigation is to the previous destination in the browse context.
HLNF_NAVIGATINGFORWARD
The navigation is to the next destination in the browse context.
HLNF_NAVIGATINGTOSTACKITEM
The navigation is to a destination that is already in the browse context.
HLNF_CREATENOHISTORY
The destination of the current navigation should not be placed into the browse context.

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

See Also

HlinkSimpleNavigateToMoniker, HlinkSimpleNavigateToString


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.