Summary | |
Interface prefix | Pr |
Number of functions | 4 |
Description | Set of functions allowing an action on VISION's progress windows, to inform user about work in progress. |
Prototype | long cdecl PrSetProgEx(long pc) |
Parameters | [IN] pc : percentage of work done (0...100) |
Return | 0 : User did not request cancel of current operation (Run) != 0 : User requested to cancel the current operation |
Description | Update current progress and retuns a non zero value if user wants to cancel the operation. |
Comments | If the pc paramteter is out of limits, it will be
shifted to the nearest limit. The type long is used to ensure
compatibility between compilers. Used together with LDVF_SUPPORTCANCEL flag, this function enables managing cancel from a LDVRun call. |
VAPI Version | 1.02 or greater |