| Platform SDK: TAPI | 
Gets the next specified number of elements in the enumeration sequence.
HRESULT Next( ULONG celt, ITParticipant **ppElements, ULONG *pceltFetched );
| Value | Meaning | 
|---|---|
| S_OK | Method returned celt number of elements. | 
| S_FALSE | Number of elements remaining was less than celt. | 
| E_POINTER | The ppElements parameter is not a valid pointer. | 
| E_OUTOFMEMORY | Insufficient memory exists to perform the operation. | 
  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Confpriv.h.
  Library: Use T3iid.lib.