CList::Find

This method searches the list sequentially for the first element matching the specified searchValue. Note that the pointer values are compared, not the contents of the objects.

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 Find( ARG_TYPE searchValue, POSITION startAfter = NULL)
const;

See Also

CList::GetNext, CList::GetPrev