BOOL SetItemText( HTREEITEM hItem, LPCTSTR lpszItem );
Return Value
Nonzero if successful; otherwise 0.
Parameters
hItem
Handle of the item whose text is to be set.
lpszItem
Address of a string containing the new text for the item
Remarks
Sets the text of the item specified by hItem.
CTreeCtrl Overview | Class Members | Hierarchy Chart
See Also CTreeCtrl::GetItemText