TreeView_GetNextSiblingTreeView_GetNextSibling*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TreeView_GetNextItem
*Next Topic: TreeView_GetNextVisible

TreeView_GetNextSibling


HTREEITEM TreeView_GetNextSibling(
    HWND hwndTV,
    HTREEITEM hitem
);		

Retrieves the next sibling item of 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_NEXT flag.

hwndTV
Handle to the tree view control.
hitem
Handle to an item.

See also TreeView_GetChild, TreeView_GetNextItem, TreeView_GetParent, TreeView_GetPrevSibling


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.