Platform SDK: TAPI

IEnumTime::Next

Gets the next specified number of elements in the enumeration sequence.

HRESULT Next(
  ULONG celt,
  ITTime **pVal,
  ULONG *pceltFetched
);

Parameters

celt
[in] Number of elements requested.
pVal
[out] Pointer to ITTime interface.
pceltFetched
[out] Pointer to number of elements actually supplied. May be NULL if celt is 1.

Return Values

Value Meaning
S_OK Method returned celt number of elements.
S_FALSE Number of elements remaining were less than celt.
E_POINTER The ppElements parameter is not a valid pointer.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Sdpblb.h.
  Library: Use Sdpblbid.lib.

See Also

IEnumTime