DeleteEl


Declaration


void (_stdcall *DeleteEl)(LinListH List, void *DataPtr, void *FindProc);
Parameters


ListHandle to a linked list.
DataPtrAddress to the data which are to be deleted. The data are to be sent as El1 into the search function.
FindProcSearch function address. The format of the function is equal to the sort function of the calling InsertEl. The item was found and deleted when the search function returns the value of zero.
Description
The function deletes the defined item in the list.