IRTCEnumGroups::Clone

The method creates another enumerator that contains the same enumeration state as the current one. This method is intended for C and C++ applications and is hidden from Visual Basic applications.

HRESULT Clone(IRTCEnumGroups**ppEnum);

Parameters

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_IRTCEnumGroups is defined as 742378D6-A141-4415-8F27-35D99076CF5D.

See Also

IRTCEnumGroups