
######################
A3DTreeNodeGetChildren
######################

.. c:function:: A3DStatus A3DTreeNodeGetChildren(const A3DTree *pTree, const A3DTreeNode *pNode, A3DUns32 *puiCount, A3DTreeNode ***pppChildNodes)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DTreeNodeGetChildren(*const* :c:type:`~A3DTree`\ * **pTree**\ , *const* :c:type:`~A3DTreeNode`\ * **pNode**\ , :c:type:`~A3DUns32`\ * **puiCount**\ , :c:type:`~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
   
   




