Share via


IRTCEnumProfiles

The IRTCEnumProfiles interface provides COM-standard enumeration methods for the IRTCProfile interface. The IRTCClientProvisioning::EnumerateProfiles method returns a pointer to IRTCEnumProfiles. This interface is intended for C and C++ applications and is hidden from Visual Basic applications.

Methods in Vtable Order

The IRTCEnumProfiles interface inherits the methods of the standard COM interface IUnknown.

In addition, IRTCEnumProfiles defines the following methods.

Method Description
Next Gets the next specified number of elements in the enumeration sequence.
Reset Resets to the beginning of the enumeration sequence.
Skip Skips over the next specified number of elements in the enumeration sequence.
Clone Creates another enumerator that contains the same enumeration state as the current one.

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_IRTCEnumProfiles is defined as 29b7c41c-ed82-4bca-84ad-39d5101b58e3.