Contents Index Topic Contents | ||
Previous Topic: IHlinkBrowseContext::Close Next Topic: IHlinkBrowseContext::GetBrowseWindowInfo |
IHlinkBrowseContext::EnumNavigationStack
HRESULT EnumNavigationStack( DWORD dwReserved, //Reserved for future use DWORD grfHLFNAMEF, //Specifies what kind of friendly names to enumerate for the Hlink objects in the navigation stack. IEnumHLITEM ** ppienumhlitem //Location to receive the enumeration interface pointer );Retrieves an enumerator that can be used to enumerate the current contents of the navigation stack.
- Returns S_OK if the enumerator has been successfully retrieved.
- dwReserved
- [in] Reserved for future use; must be set to zero by the caller. To ensure compatibility with future use, the callee must not check for zero.
- grfHLFNAMEF
- [in] Indicator of what kind of friendly names to enumerate for the Hlink objects in the navigation stack.
- ppienumhlitem
- [out] Location to return the IEnumHLITEM enumeration interface over the set of hyperlinks in this navigation stack.
See also HLID, HLITEM, IEnumHLITEM
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.