Share via


TVM_SORTCHILDREN

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message sorts the child items of the specified parent item in a tree view control. You can send this message explicitly or by using the TreeView_SortChildren macro.

Syntax

TVM_SORTCHILDREN wParam = (WPARAM) fRecurse; 
    lParam = (LPARAM)(HTREEITEM) hitem;

Parameters

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

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

TreeView_SortChildren
TVM_SORTCHILDRENCB