RCP API  6.61.0

◆ c_list_find_first()

c_list_error_t c_list_find_first ( c_list_t c_list,
c_list_entry_t c_list_entry 
)

Find first entry in the list.

Sets the current item index to the first item in the list 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.