progress_index_rtn SET_PROGRESS_CALLBACK

Pointer to a function that updates the state of the progress bar.

Syntax

public SET_PROGRESS_CALLBACK progress_index_rtn;

Remarks

This function takes two unsigned integer arguments index and max. On the first call, the values are the minimum and maximum values (for example, 0, 100). On subsequent calls, the first argument is the current index value (for example, between 0 and 100) and the second argument is always 0.