CList::InsertBefore

Call this member function to add an element to this list before the element at the specified position.

Syntax

POSITION InsertBefore( POSITION position, ARG_TYPE newElement );

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::Find, CList::InsertAfter