CList::FindIndex

This method starts a sequential scan from the head of the list, stopping on the nIndexth element.

At A Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

POSITION FindIndex( int nIndex ) const;

See Also

CObList::Find, CObList::GetNext, CObList::GetPrev