Home | History | Annotate | Download | only in include

Lines Matching refs:TVM_SORTCHILDREN

3271 #define TVM_SORTCHILDREN (TV_FIRST+19)
3272 #define TreeView_SortChildren(hwnd,hitem,recurse) (WINBOOL)SNDMSG((hwnd),TVM_SORTCHILDREN,(WPARAM)(recurse),(LPARAM)(HTREEITEM)(hitem))