CObList::FindIndex

Call this member function to conduct 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: 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::GetNext, CObList::GetPrev