
##################
A3DTreeNodeGetName
##################

.. c:function:: A3DStatus A3DTreeNodeGetName(const A3DTreeNode *pNode, A3DUTF8Char **ppName)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DTreeNodeGetName(*const* :c:type:`~A3DTreeNode`\ * **pNode**\ , :c:type:`~A3DUTF8Char`\ ** **ppName**\ )
   
   Get the name of the given node. 
   
   **Parameters**
   
   
      **pNode**\ : The tree node, or NULL to clean the memory. 
   
      **ppName**\ : The tree node name.
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




