FindEl


Declaration
void * (_stdcall *FindEl)(LinListH List, void *DataPtr, void *FindProc);

Parameters
List Handle to a linked list.
DataPtr Address to the data. The data is to be sent as El1 into the search function.
FindProc Search 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 linked list.
Return value
The address of the element or NULL if it is unsuccessful.
Napíšte komentár