formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Progress Bar

fz_fuim_prog_enable

Description

Enable or disable progress bar. This function can be used to disable the progress bar so that subsequent calls to fz_fuim_prog_stage_init will not create a progress bar. This is useful for suppressing a progress bar in when calling a function that normally uses a progress bar. This function should be used with caution and always must be called twice, once to disable the progress bar and once to re-enable it. Unbalanced calls will perminantly disable the progress bar.

Plugin Prototype

fzrt_error_td fz_fuim_prog_enable(

fzrt_boolean

enable )

Parameters

enable [Input]

Returns

Error codes

Availability

5.0.0.0

See Also

fz_fuim_prog_stage_init

Function Set

fz_fuim_fset


Defined in

fz_fuim_prog_api.h