TVM_SORTCHILDRENCB
The
TVM_SORTCHILDRENCB message sorts tree-view items using an application-defined
callback function that compares the items. You can send this message explicitly
or by using the TreeView_SortChildrenCB
TVM_SORTCHILDRENCB
wParam = 0;
// reserved for future use; must be zero
lParam = (LPARAM) (LPTV_SORTCB) psort;
Parameters
fRecurse
Reserved for
future use. Must be zero.
psort
Pointer to a TV_SORTCB
Return Values
Returns TRUE
if successful or FALSE otherwise.
See Also