CObList::FindIndex

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

At a Glance

Header file: Afxcoll.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