CList::RemoveAt

void RemoveAt( POSITION position );

Parameters

position

The position of the element to be removed from the list.

Remarks

Removes the specified element from this list.

You must ensure that your POSITION value represents a valid position in the list. If it is invalid, then the Debug version of the Microsoft Foundation Class Library asserts.

CList OverviewClass MembersHierarchy Chart

See Also   CList::RemoveAll