|
MoveToIndex
Moves the current element in the list to the specified position.
bool MoveToIndex(
|
Parameters
pos
[in] position in the list to move.
Return Value
true - successful, false - cannot move the element.
Example:
//--- example for CList::MoveToIndex(int)
|