List::RemoveAllListElements
Defined in:
Removes all elements from a list.
TSList.h
Prototype
void RemoveAllListElements(void);
Description
The RemoveAllListElements
function removes all objects contained in a list, but does not delete them. The list is subsequently empty.
See Also