CList::FindIndex

Call this member function to start a sequential scan from the head of the list, stopping on the nIndexth element.

Syntax

POSITION FindIndex( int nIndex ) const;

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, CObList::Find, CObList::GetNext, CObList::GetPrev