DeleteEl


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

Parameters
List Handle to a linked list.
DataPtr Address to the data, which are to be deleted. The data are to be sent as El1 into the search function.
FindProc Search 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.
Napíšte komentár