A3DDllSetCallbacksReport
-
A3DStatus
A3DDllSetCallbacksReport(A3DCallbackReportMessage, A3DCallbackReportWarning, A3DCallbackReportError) A3DStatusA3DDllSetCallbacksReport(A3DCallbackReportMessage**, :c:type:`~A3DCallbackReportWarning` **,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
A3DDllSetCallbacksReportfunction immediately after theA3DDllInitializefunction is successfully called.Returns
A3D_SUCCESSon success, or an error code on failure