UF_UDOP_ask_oper (查看源代码)
定义在: uf_udop.h
概述
Returns an Operation Identifier for the input UF_UDOP_id_t.
环境
内部和外部
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_UDOP_ask_oper
(
UF_UDOP_id_t udop_id,
UF_OPER_id_t* oper_id
)
UF_UDOP_ask_purpose (查看源代码)
定义在: uf_udop.h
概述
Returns why the User Exit is being called. The purpose must be of type
UF_UDOP_purpose_t.
环境
内部和外部
参见
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_UDOP_ask_purpose
(
UF_UDOP_id_t udop_id,
UF_UDOP_purpose_t* purpose
)
UF_UDOP_ask_udop (查看源代码)
定义在: uf_udop.h
概述
Returns the UF_UDOP_id_t that corresponds to the UF_CAM_exit_id_t passed to
the User Exit from NX.
环境
内部和外部
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_UDOP_ask_udop
(
UF_CAM_exit_id_t exit_id,
UF_UDOP_id_t* udop_id
)