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 retVal = object.Next(celt, rgelt, pceltFetched);

Parameters

celt [in]

Type: unsigned long

Not implemented.

rgelt [in, out]

Type: LPSTATURL

A pointer to the STATURL structure that receives information about the URL found in the search.

pceltFetched [in, out, optional]

Type: unsigned long

A long that is set to 1 if the structure is filled successfully.

Return value

Type: HRESULT

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

 

 

Show: