IEnumSTATURL::Next method

Searches the Windows Internet Explorer history for any URL that matches the search pattern and copies it to the specified buffer.

Syntax

HRESULT Next(
  [in]                unsigned long celt,
  [in, out]           LPSTATURL     rgelt,
  [in, out, optional] unsigned long *pceltFetched
);

Parameters

  • celt [in]
    Not implemented.

  • rgelt [in, out]
    A pointer to the STATURL structure that receives information about the URL found in the search.

  • pceltFetched [in, out, optional]
    A long that is set to 1 if the structure is filled successfully.

Return value

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

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.5

Header

Urlhist.h

IDL

Urlhist.idl

DLL

Shdocvw.dll

See also

IEnumSTATURL