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_id_tudop_idInput(输入)The udop of requested oper
UF_OPER_id_t*oper_idOutput(输出)The oper of this udop_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.

环境
内部和外部

参见
See 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_id_tudop_idInput(输入)The udop of requested operation.
UF_UDOP_purpose_t*purposeOutput(输出)The reason the User Exit was called

 


 
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
)
UF_CAM_exit_id_texit_idInput(输入)exit_id passed to user exit from NX
UF_UDOP_id_t*udop_idOutput(输出)The udop of this exit_id