TVM_SORTCHILDREN (Windows CE 5.0)
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.
TVM_SORTCHILDRENwParam=(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 Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
TreeView_SortChildren | TVM_SORTCHILDRENCB
Send Feedback on this topic to the authors