UF_DBC_MLD_ask_dbc_mld (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
This function returns the UF_DBC_MLD_id_t that corresponds to the
UF_CAM_exit_id_t passed to the User Exit from NX.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_ask_dbc_mld
(
UF_CAM_exit_id_t exit_id,
UF_DBC_MLD_id_t * dbc_mld_id
)
UF_CAM_exit_id_texit_idInput- exit_id passed to exit from NX
UF_DBC_MLD_id_t *dbc_mld_idOutput- the dbc_mld of this exit_id

 


 
UF_DBC_MLD_ask_sheet (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
Returns the sheet associated with the specified UF_DBC_MLD_id_t.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_ask_sheet
(
UF_DBC_MLD_id_t object,
UF_DBC_MLD_sheet_t * sheet
)
UF_DBC_MLD_id_tobjectInput- see above description
UF_DBC_MLD_sheet_t *sheetOutput- see above description

 


 
UF_DBC_MLD_create (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
This function creates an UF_DBC_MLD object. The 'object' returned is
used in the other public functions of UF_DBC_MLD to identify the
object to process.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_create
(
UF_DBC_MLD_id_t * object
)
UF_DBC_MLD_id_t *objectOutput- the id of the created object

 


 
UF_DBC_MLD_delete (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
Delete the specified UF_DBC_MLD object.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_delete
(
UF_DBC_MLD_id_t object
)
UF_DBC_MLD_id_tobjectInput- the object to delete

 


 
UF_DBC_MLD_exec_command (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
This function will execute the specified command in the interpreter
associated with the specified UF_DBC_MLD object.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_exec_command
(
UF_DBC_MLD_id_t dbc_mld_id,
const char * command
)
UF_DBC_MLD_id_tdbc_mld_idInput- see above description
const char *commandInput- the command to execute

 


 
UF_DBC_MLD_set_interp_result (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
Assign the specified string to the result in the interpreter associated
with the specified UF_DBC_MLD_id_t. This will be the return value of
the last TCL command executed in the interpreter.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_set_interp_result
(
UF_DBC_MLD_id_t object,
const char * result
)
UF_DBC_MLD_id_tobjectInput- see above description
const char *resultInput- see above description

 


 
UF_DBC_MLD_set_sheet (view source)
 
Defined in: uf_dbc_mld.h
 
Overview
Assign the specified sheet to the specified UF_DBC_MLD_id_t.

Environment
Internal and External

History
Originally released in V16.0

 
int UF_DBC_MLD_set_sheet
(
UF_DBC_MLD_id_t object,
UF_DBC_MLD_sheet_t sheet
)
UF_DBC_MLD_id_tobjectInput- see above description
UF_DBC_MLD_sheet_tsheetInput- see above description