Copies a part of the element tree from the source element to the target element. Only the child elements of the source element are copied. All existing child elements of the target element are deleted, and are replaced by the child elements of the source element.
void cniCopyElementTree( int* returnCode, CciElement* sourceElement, CciElement* targetElement);
None. If an error occurs, the returnCode parameter indicates the reason for the error.
cniCopyElementTree(&rc, inRootElement, outRootElement);
Related concepts
User-defined message processing nodes
User-defined output nodes
Related tasks
Creating a message processing node in C
Related reference
C language node utility functions
Notices |
Trademarks |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
as07790_ |