EnumNavigationStack method

[IHlinkBrowseContext::EnumNavigationStack may be altered or unavailable in subsequent versions of the operating system or product.]

Note  The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.

 

Gets an enumerator used to enumerate the contents of the navigation stack.

Syntax

HRESULT retVal = object.EnumNavigationStack(dwReserved, grfHLFNAMEF, ppienumhlitem);

Parameters

  • dwReserved [in]
    Type: DWORD

    Reserved. Must be set to 0.

  • grfHLFNAMEF [in]
    Type: DWORD

    A flag that indicates the kind of display names to enumerate for the IHlink objects in the navigation stack. The flag value can be any valid HLFNAMEF value.

  • ppienumhlitem [out]
    Type: IEnumHLITEM

    A pointer to an IEnumHLItem enumeration interface.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

HLID