ST_progressUpdate Function (ROM Call 0x4D9)

AMS 2.00 or higher statline.h

void ST_progressUpdate (ST_PROGRESS_BAR *pb, long value);

Changes the value of a progress bar.

ST_progressUpdate updates the progress bar pointed to by pb, setting the progress to value. It also displays the busy indicator in the status line.

If value is greater than the logwidth field of *pb, the bar will be filled completely.

This function is not equivalent to ST_progressIncrement.


Uses: WinFill, _ds32s32
Used by: ST_progressIncrement


See also: ST_progressBar, ST_progressDismiss, ST_progressIncrement, ST_PROGRESS_BAR