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