Synopsis
PDX_MSGT otm_AddArray(long option, OTM_TREE *tree, int arraysize, void *array)
Purpose
Add an array of objects to an object tree.
Description
This function will add the specified number of objects in the specified array to the specified tree. The objects will be inserted into the tree based on the compare function defined in the tree.
Input
option
Options (not used)
tree
Tree pointer
arraysize
Number of objects in array
array
Array of objects
Return
OTM_NOERR or error