Contents Index Topic Contents | ||
Previous Topic: HLBWINFO Next Topic: Objects |
HLITEM
typedef struct tagHLITEM { ULONG uHLID; LPWSTR pwzFriendlyName; } HLITEM;Indicates the data structure used by the system browse context to track hyperlinks.
- uHLID
- Used to identify the hyperlink. Standard enumerators never return one of the logical HLID constants in this member, always an identifier.
- pwzFriendlyName
- Address of the hyperlink's friendly name. Appropriate for display in the user interface.
The HLITEM structure is returned by the IEnumHLITEM enumerator, which is returned from IHlinkBrowseContext::EnumNavigationStack.
See also HLID, IEnumHLITEM, IHlinkBrowseContext::EnumNavigationStack
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.