A3DDllSetCallbacksProgress
-
A3DStatus
A3DDllSetCallbacksProgress(A3DCallbackProgressStart, A3DCallbackProgressSize, A3DCallbackProgressIncrement, A3DCallbackProgressEnd, A3DCallbackProgressTitle, A3DInt32*) A3DStatusA3DDllSetCallbacksProgress(A3DCallbackProgressStart**, :c:type:`~A3DCallbackProgressSize` **,A3DCallbackProgressIncrement**, :c:type:`~A3DCallbackProgressEnd` **,A3DCallbackProgressTitle**, :c:type:`~A3DInt32`* **)Sets callbacks for progress bar facility.
This function configures the library with the callback functions that implement a custom progress indicator, such as a status bar.
The last argument passed to this function sets a break. The library checks this variable at every significant step in processing the PRC. If the value is non-zero, the library stops processing the PRC data.
2.0
The library stops processing the PRC data if the last argument passed to this function is non-zero.
Returns
A3D_SUCCESSon success, or an error code on failure