IRTCEnumParticipants::Skip

The IRTCEnumParticipants::Skip method skips over 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 Skip(ULONGcelt);

Parameters

  • celt
    [in] Number of elements to skip.

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_IRTCEnumParticipants is defined as fcd56f29-4a4f-41b2-ba5c-f5bccc060bf6.

See Also

IRTCEnumParticipants, IRTCParticipant