UF_ABORT_ask_flag_status (查看源代码)
定义在: uf_abort.h
概述
This routine is used to check whether the user has signaled an abort request
by pressing the key sequence CTRL+SHIFT+L or selecting OK in the Work
In Progress dialog.
返回
Return code = 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
历史
Introduced in V16.0.3
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_ABORT_ask_flag_status
(
logical * flag
)
| logical * | flag | Output(输出) | when set to TRUE, indicates an abort signal |
UF_ABORT_clear_abort (查看源代码)
定义在: uf_abort.h
概述
This routine is used to clear any pending abort requests. It should be
called if the abort request is handled.
返回
Return code = 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
历史
Introduced in V16.0.3
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_ABORT_clear_abort
(
void
)
UF_ABORT_disable_abort (查看源代码)
定义在: uf_abort.h
概述
This routine is used to disable the abort handler. It must be re-enabled with
the function, UF_ABORT_enable_abort.
返回
Return code = 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
历史
Introduced in V18.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_ABORT_disable_abort
(
void
)
UF_ABORT_enable_abort (查看源代码)
定义在: uf_abort.h
概述
This routine is used to enable the abort handler. It is used in conjunction
with UF_ABORT_disable_abort.
返回
Return code = 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
历史
Introduced in V18.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_ABORT_enable_abort
(
void
)