
###############
A3DDllTerminate
###############

.. c:function:: A3DStatus A3DDllTerminate()

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DDllTerminate()
   
   Terminates a session with the library. 
   
   This function terminates a session with the library. It deallocates memory it has previously allocated for its internal use.
   
   You must call this function to end a session with the library.
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




