Insert

在树中添加节点。

CTreeNode*  Insert(
   CTreeNode*  new_node      // 节点
   )

参数

new_node

[输入] 在树中插入节点的指针。

返回值

节点所有者的指针或 NULL。