.. _group__a3d__progress__functions:

#########################
Custom Progress-Indicator
#########################

Specifies a custom progress indicator. 

This section describes the function and types that enable you to specify a custom progress indicator, such as a status bar. 

**Returns**


   ``A3D_SUCCESS`` on success, or an error code on failure 


.. rst-class:: kind-group kind-type-definition

.. rubric:: Type Definitions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:type:`~A3DCallbackProgressStart`
* :c:type:`~A3DCallbackProgressSize`
* :c:type:`~A3DCallbackProgressIncrement`
* :c:type:`~A3DCallbackProgressEnd`
* :c:type:`~A3DCallbackProgressTitle`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DDllSetCallbacksProgress`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../types/A3DCallbackProgressStart
   ../types/A3DCallbackProgressSize
   ../types/A3DCallbackProgressIncrement
   ../types/A3DCallbackProgressEnd
   ../types/A3DCallbackProgressTitle
   ../functions/A3DDllSetCallbacksProgress


