List::GetListElementCount
Defined in:
Returns the number of elements in a list.
TSList.h
Prototype
int32 GetListElementCount(void) const;
Description
The GetListElementCount
function iterates through the members of a list and returns the count.
See Also