CList::Find

Call this member function to search the list sequentially for the first element matching the specified searchValue. Note that the pointer values are compared, not the contents of the objects.

Syntax

POSITION Find( ARG_TYPE searchValue, POSITION startAfter = NULL) 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, CList::GetNext, CList::GetPrev