IRTCEnumUserSearchResults::Next

The method gets the next specified number of elements in the enumeration sequence. This method is intended for C and C++ applications and is hidden from Visual Basic applications.

HRESULT Next(ULONGcelt,
IRTCUserSearchResults**ppElements,
ULONG*pceltFetched);

Parameters

  • celt
    [in] Number of elements requested.
  • ppElements
    [out] Pointer to the IRTCUserSearchResult list of pointers returned.
  • pceltFetched
    [in, out] Pointer to the number of elements actually supplied. May be NULL if celt is one.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCEnumUserSearchResults is defined as 83D4D877-AA5D-4a5b-8D0E-002A8067E0E8.

See Also

IRTCEnumUserSearchResults, IRTCUserSearchResult, Receive a Search Response