Retrieves an enumerator which can be used to enumerate the current contents of the navigation stack.
HRESULT EnumNavigationStack(
IEnumHLITEM **
ppenumhlitem // Location to receive the enumeration interface pointer
);
Parameters
ppenumhlitem
[out] Location to return the IEnumHLITEM enumeration interface over the set of hyperlinks in this navigation stack.
Return Values
S_OK
The enumerator has been successfully retrieved.
See Also