CRBTree::SetValueAt
Call this method to change the value stored at a given position in the CRBTree object.
void SetValueAt(
POSITION pos,
VINARGTYPE value
);
Parameters
pos
The position counter, returned by a previous call to methods such as CRBTree::GetHeadPosition or CRBTree::FindFirstKeyAfter.value
The value to add to the CRBTree object.
Remarks
Changes the value element stored at the given position in the CRBTree object.
Requirements
Header: atlcoll.h