RCP API  6.61.0

◆ c_list_find_prev()

c_list_error_t c_list_find_prev ( c_list_t c_list,
c_list_entry_t c_list_entry 
)

Find previous entry in the list.

Sets the current item index to the previous item in the list (based on the current item index) and returns the contents of the item.

Parameters
[in]c_listlist object
[out]c_list_entrypointer to list entry object that found data will be copied to
Returns
C_LIST_SUCCESS on success.