HTREEITEM GetChildItem( HTREEITEM hItem );
Return Value
The handle of the child item if successful; otherwise NULL.
Parameters
hItem
Handle of a tree item.
Remarks
Call this function to retrieve the tree view item that is the child of the item specified by hItem.
CTreeCtrl Overview | Class Members | Hierarchy Chart
See Also CTreeCtrl::GetItem, CTreeCtrl::GetParentItem, CTreeCtrl::SortChildren