CList::AddTail

This method adds a new element or list of elements to the tail of this list. The list can be empty before the operation.

At A Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

POSITION AddTail( ARG_TYPE newElement ); void AddTail(
CList*
pNewList );

See Also

CObList::GetTail, CObList::RemoveTail