A3DDllSetCallbacksReport

A3DStatus A3DDllSetCallbacksReport(A3DCallbackReportMessage, A3DCallbackReportWarning, A3DCallbackReportError)
A3DStatus A3DDllSetCallbacksReport(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 A3DDllSetCallbacksReport function immediately after the A3DDllInitialize function is successfully called.

Returns

A3D_SUCCESS on success, or an error code on failure