CList::SetAt

Call this member function to write the element to the specified position in the list. The pos parameter is a key for the list. It is not the same as an index, and you cannot operate on its value yourself.

Syntax

void SetAt( POSITION pos, ARG_TYPE newElement );

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::Find, CList::GetAt, CList::GetNext, CList::GetPrev