RCP API  6.61.0

◆ c_list_set_current_entry()

c_list_error_t c_list_set_current_entry ( c_list_t c_list,
const c_list_entry_t c_list_entry 
)

Set details of current entry.

Replace the current entry with the data contained in c_list_entry.

Parameters
[in]c_listlist object
[in]c_list_entrypointer to entry object containing new data
Returns
C_LIST_SUCCESS on success.