TreeView_SortChildrenCB (Windows CE 5.0)
This macro sorts tree-view items using an application-defined callback function that compares the items. You can use this macro or send the TVM_SORTCHILDRENCB message explicitly.
BOOLTreeView_SortChildrenCB(hwnd,psort,fRecurse );
Parameters
- hwnd
Handle to the tree view control. - psort
Pointer to a TVSORTCB structure. The lpfnCompare member is the address of the application-defined callback function, which is called during the sort operation each time the relative order of two list items needs to be compared. For more information about the callback function, see the description of TVSORTCB. - 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
Send Feedback on this topic to the authors