Next method
Obsolete. Gets a specified number of items in the enumeration sequence.
Syntax
HRESULT retVal = object.Next(celt, rgChanInf, pceltFetched);
Parameters
- celt [in]
-
Type: unsigned long
An unsigned long integer value that specifies the number of CHANNELENUMINFO structures that are requested.
- rgChanInf [out]
-
Type: CHANNELENUMINFO
A pointer to the CHANNELENUMINFO structures.
- pceltFetched [out]
-
Type: unsigned long
A pointer to an unsigned long integer value that specifies the actual number of structures received.
Remarks
Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.
Show: