CObList::GetNext

Call this member function to retrieve the list element identified by rPosition, and then set rPosition to the POSITION value of the next entry in the list.

Syntax

CObject*& GetNext( POSITION& rPosition );

CObject* GetNext( POSITION& rPosition ) const;

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::GetHeadPosition, CObList::GetTailPosition, CObList::GetPrev, CObList::GetHead