CList::AddHead

This method adds a new element or list of elements to the head 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 AddHead( ARG_TYPE newElement ); void AddHead(
CList*
pNewList );

See Also

CList::GetHead, CList::RemoveHead