Retrieves an enumerator used to enumerate the contents of the navigation stack.
Syntax
HRESULT EnumNavigationStack( DWORD dwReserved, DWORD grfHLFNAMEF, IEnumHLITEM **ppienumhlitem );
Parameters
- dwReserved
- [in] Reserved for future use; must be set to zero.
- grfHLFNAMEF
- [in] Flag that indicates what kind of display names to enumerate for the Hlink objects in the navigation stack. The flag value can be any valid HLFNAMEF value.
- ppienumhlitem
- [out] Address of a pointer to an IEnumHLITEM enumeration interface.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also