chsvlib
chsv helper source code

◆ LPLISTELEMENTFUNCTION

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.

Parameters
lpListElementis element data.
lpArgis an argument passed by the client to its call to the ListApplyFuncToElements().
Returns
For the definition of how the ListApplyFuncToElements() function processes the return value see its definition.
Remarks
Declared in chsvlist.h.