Close a progress window.
Syntax
void Progress_End(
void *p_block
) ;
Parameters
p_block
Pointer to the progress window (as returned by Progress_Init).
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