A3DTreeNodeGetChildren

A3DStatus A3DTreeNodeGetChildren(const A3DTree *pTree, const A3DTreeNode *pNode, A3DUns32 *puiCount, A3DTreeNode ***pppChildNodes)
A3DStatus A3DTreeNodeGetChildren(const A3DTree* pTree, const A3DTreeNode* pNode, A3DUns32* puiCount, A3DTreeNode* **pppChildNodes)

Desc.

Get child nodes of a node

Parameters

pTree: The model tree containing the node.

pNode: The tree node, or 0 to clean the structure memory.

puiCount: Number of child nodes.

pppChildNodes: child nodes.

Returns

A3D_SUCCESS on success, or an error code on failure