Prev Next
TreeView_GetPrevVisible info Overview GroupThe TreeView_GetPrevVisible macro retrieves the first visible item that precedes a specified item in a tree-view control. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_PREVIOUSVISIBLE flag. HTREEITEM TreeView_GetPrevVisible(
Parameters
Return ValuesReturns the handle to the item if successful or NULL otherwise. See AlsoTreeView_GetFirstVisible, TreeView_GetNextItem, TreeView_GetNextVisible, TVM_GETITEMRECT, TVM_GETNEXTITEM |