Prev Next
TreeView_InsertItem info Overview GroupThe TreeView_InsertItem macro inserts a new item in a tree-view control. You can use this macro or explicitly send the TVM_INSERTITEM message. HTREEITEM TreeView_InsertItem(
Parameters
Return ValuesReturns the handle to the new item if successful or NULL otherwise. See Also |