
########################
A3DDllSetCallbacksReport
########################

.. c:function:: A3DStatus A3DDllSetCallbacksReport(A3DCallbackReportMessage, A3DCallbackReportWarning, A3DCallbackReportError)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DDllSetCallbacksReport(:c:type:`~A3DCallbackReportMessage` ****\ , :c:type:`~A3DCallbackReportWarning` ****\ , :c:type:`~A3DCallbackReportError` ****\ )
   
   Specifies custom functions the library uses for reporting messages, warnings and errors. 
   
   This function configures the library with the callback functions the library uses for reporting messages, warnings and errors.
   
   To ensure your callback is aware of early-occurring messages, call the ``A3DDllSetCallbacksReport`` function immediately after the ``A3DDllInitialize`` function is successfully called.
   
   
   Sample code
   ===========
   
   
   ::
   
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




