CList::AddHead

Call this member function to add a new element or list of elements to the head of this list. The list can be empty before the operation.

Syntax

POSITION AddHead( ARG_TYPE newElement );

void AddHead( CList* pNewList );

At A Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CList Overview, CList Member Functions, List Classes, CList::GetHead, CList::RemoveHead