Clone
This method clones the enumeration object
HRESULT Clone([out] ITcEnumEventDocLink** ppEnum);
Parameter
[out] Pointer of the type ITcEnumEventDocLink 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
See also