Clone
This method clones the enumeration object
HRESULT Clone(
[out] ITcEnumEvents** ppEnum);
Parameter
[out] Pointer of the type ITcEnumEvents to a pointer that receives a copy of the enumeration object
Return Value
S_OK
The method was successfully called
E_POINTER
ppEnum was no valid pointer
E_NOTIMPL
The method is not implemented
Remarks
The method is not implemented for the enum object returned by ITcEventLog::EnumActiveEvents and ITcEventLog::EnumLoggedEvents of the class TcEventLog.