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 SUBSCRIPTIONITEMINFO structures being requested.
- rgelt [out]
-
Type: SUBSCRIPTIONCOOKIE
A pointer to an array of SUBSCRIPTIONCOOKIE values.
- 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.
Show: