Contents Previous Page Next Page
HLITEM

The HLITEM structure is the data structure used by the system browse context to track hyperlinks. This structure is returned by the IEnumHLITEM enumerator, which is returned from IHlinkBrowseContext::EnumNavigationStack.

typedef struct tagHLITEM 

{

ULONG uHLID;

LPWSTR szFriendlyName;

} HLITEM;

Members

uHLID

Identifies the hyperlink. Standard enumerators never return one of the logical HLID constants in this field, always an identifier.

szFriendlyName

Friendly name of the hyperlink. Appropriate for display in the user interface.

See Also

HLID, IEnumHLITEM, IHlinkBrowseContext::EnumNavigationStack