DeleteEl
Related pages:
void (_stdcall *DeleteEl)(LinListH List, void *DataPtr, void *FindProc);
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. |
Related pages:
Pridať komentár