CObList::InsertBefore

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

Syntax

POSITION InsertBefore( POSITION position, CObject* newElement );
throw ( CMemoryException );

At a Glance

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

See Also

CObList Overview, CObList Member Functions, List Classes, CObList::Find, CObList::InsertAfter