FindEl


Declaration
void * (_stdcall *FindEl)(LinListH List, void *DataPtr, void *FindProc);
Parameters
ListHandle to a linked list.
DataPtrAddress to the data. The data is to be sent as El1 into the search function.
FindProcSearch function address. The form of the function is equal to a sort function of the calling InsertEl. The item was found when the search function returns the zero value.
Description
The function searches for an element in the linked list.
Return value
The address of the element or NULL if it is unsuccessful.
Napíšte komentár