Prev Next
TreeView_GetParent info Overview GroupThe TreeView_GetParent macro retrieves the parent item of the specified tree-view item. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_PARENT flag. HTREEITEM TreeView_GetParent(
Parameters
Return ValuesReturns the handle to the item if successful or NULL otherwise. See AlsoTreeView_GetChild, TreeView_GetNextItem, TreeView_GetNextSibling, TreeView_GetPrevSibling, TVM_GETNEXTITEM |