POSITION FindIndex( int nIndex ) const;
Return Value
A POSITION value that can be used for iteration or object pointer retrieval; NULL if nIndex is negative or too large.
Parameters
nIndex
The zero-based index of the list element to be found.
Remarks
Uses the value of nIndex as an index into the list. It starts a sequential scan from the head of the list, stopping on the nth element.
CList Overview | Class Members | Hierarchy Chart
See Also CObList::Find, CObList::GetNext, CObList::GetPrev