HTREEITEM GetPrevSiblingItem( HTREEITEM hItem );
Return Value
The handle of the previous sibling; otherwise NULL.
Parameters
hItem
Handle of a tree item.
Remarks
Call this function to retrieve the previous sibling of hItem.
CTreeCtrl Overview | Class Members | Hierarchy Chart
See Also CTreeCtrl::GetNextSiblingItem, CTreeCtrl::GetParentItem, CTreeCtrl::GetChildItem