typedef bool(* LPLISTELEMENTFUNCTION) (void *lpListElement, void *lpArg) |
A client callback function used in the function ListApplyFuncToElements() as a procedure over each element of the list.
lpListElement | is element data. |
lpArg | is an argument passed by the client to its call to the ListApplyFuncToElements(). |