Share via


Next method

Obsolete. Gets a specified number of items in the enumeration sequence.

Syntax

HRESULT retVal = object.Next(celt, rgelt, pceltFetched);

Parameters

  • celt [in]
    Type: unsigned long

    An unsigned long integer value that contains the number of ITEMPROP structures that are requested.

  • rgelt [out]
    Type: ITEMPROP

    A pointer to the address of a buffer that contains the ITEMPROP structures.

  • pceltFetched [out]
    Type: unsigned long

    A pointer to an unsigned long integer value that indicates the actual number of structures received.

Remarks

Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.