|
FireSync API
|
| kStatus kDataTree_Add | ( | kDataTree | tree, |
| kDataTreeItem | parent, | ||
| const kChar * | name, | ||
| kDataTreeItem * | item | ||
| ) |
Inserts a new child item at the end of the specified parent's child list.
| tree | Tree object. |
| parent | Parent item, or kNULL to add a root node. |
| name | Name of the new item. |
| item | Destination for the item handle. |