Share via


TreeView_SortChildren (Windows CE 5.0)

Send Feedback

This macro 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.

BOOLTreeView_SortChildren(hwnd,hitem,fRecurse );

Parameters

  • hwnd
    Handle to the tree view control.
  • hitem
    Handle to the parent item whose child items are to be sorted.
  • fRecurse
    Reserved for future use; set to zero.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TVM_SORTCHILDREN

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.