CObList::InsertAfter

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

Syntax

POSITION InsertAfter( 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::InsertBefore