CopyTo
Create a copy of the DocLink object.
HRESULT CopyTo([out, retval]
ITcEvtCfgDocLink** ppLink);
Parameters
ppLink
[out, retval] pointer to a pointer to the target link. If *ppLink is NULL, a new DocLink will be created.
Return Values
S_OK
ppLink contains a exact copy of this link.
E_POINTER
ppLink was no valid pointer