TreeView_SortChildrenTreeView_SortChildren*
*Contents  *Index  *Topic Contents
*Previous Topic: TreeView_SetUnicodeFormat
*Next Topic: TreeView_SortChildrenCB

TreeView_SortChildren


BOOL TreeView_SortChildren(
    HWND hwndTV,
    HTREEITEM hitem,
    BOOL fRecurse
);		

Sorts the child items of the specified parent item in a tree view control. You can use this macro or send the TVM_SORTCHILDREN message explicitly.

hwndTV
Handle to the tree view control.
hitem
Handle to the parent item whose child items are to be sorted.
fRecurse
Reserved for future use. Must be zero.

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