Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IRTCEnumProfiles::Clone 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(IRTCEnumProfiles**ppEnum);
Parameters
- ppEnum
[out] Pointer to the new IRTCEnumProfiles interface.
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_IRTCEnumProfiles is defined as 29b7c41c-ed82-4bca-84ad-39d5101b58e3.