Update the value of the progress bar.

Syntax
void Progress_Val(
void *p_block,
int val
) ;
Parameters
p_block
Pointer to the progress window (as returned by Progress_Init).
val
The value of the progress bar. The progress bar goes from totally empty when its value is 0 to totally full when its value reach "total".
Return value
This function does not return a value.
Remarks
Requirements
Header:
TomoVision_Util.hpp
TomoVision_Tools.hpp
progress.hpp
Library:
TomoVision_Util.lib
TomoVision_Tools.lib
progress.lib
Example
See also