UF_UDOP_ask_oper (view source)
 
Defined in: uf_udop.h
 
Overview
Returns an Operation Identifier for the input UF_UDOP_id_t.

Environment
Internal and External

 
int UF_UDOP_ask_oper
(
UF_UDOP_id_t udop_id,
UF_OPER_id_t* oper_id
)
UF_UDOP_id_tudop_idInputThe udop of requested oper
UF_OPER_id_t*oper_idOutputThe oper of this udop_id

 


 
UF_UDOP_ask_purpose (view source)
 
Defined in: uf_udop.h
 
Overview
Returns why the User Exit is being called. The purpose must be of type
UF_UDOP_purpose_t.

Environment
Internal and External

See Also
See UF_UDOP_purpose_t

 
int UF_UDOP_ask_purpose
(
UF_UDOP_id_t udop_id,
UF_UDOP_purpose_t* purpose
)
UF_UDOP_id_tudop_idInputThe udop of requested operation.
UF_UDOP_purpose_t*purposeOutputThe reason the User Exit was called

 


 
UF_UDOP_ask_udop (view source)
 
Defined in: uf_udop.h
 
Overview
Returns the UF_UDOP_id_t that corresponds to the UF_CAM_exit_id_t passed to
the User Exit from NX.

Environment
Internal and External

 
int UF_UDOP_ask_udop
(
UF_CAM_exit_id_t exit_id,
UF_UDOP_id_t* udop_id
)
UF_CAM_exit_id_texit_idInputexit_id passed to user exit from NX
UF_UDOP_id_t*udop_idOutputThe udop of this exit_id