IRTCEnumBuddies::Next

The IRTCEnumBuddies::Next 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,
IRTCBuddy**ppElements,
ULONG*pceltFetched);

Parameters

  • celt
    [in] Number of elements requested.
  • ppElements
    [out] Pointer to the IRTCBuddy 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

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCEnumBuddies is defined as f7296917-5569-4b3b-b3af-98d1144b2b87.

See Also

IRTCBuddy, IRTCEnumBuddies