HLITEM

The HLITEM structure is the data structure used by the system browse context to track hyperlinks.

typedef struct tagHLITEM 
{ 
    ULONG uHLID; 
    LPWSTR pwzFriendlyName; 
} HLITEM; 
 

Members

uHLID
Identifies the hyperlink. Standard enumerators never return one of the logical HLID constants in this field, always an identifier.
pwzFriendlyName
Pointer to the hyperlink's friendly name. Appropriate for display in the user interface.

Remarks

The HLITEM structure is returned by the IEnumHLITEM enumerator, which is returned from IHlinkBrowseContext::EnumNavigationStack.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

HLID, IEnumHLITEM, IHlinkBrowseContext::EnumNavigationStack