Home
last modified time | relevance | path

Searched refs:TVM_SORTCHILDREN (Results 1 – 7 of 7) sorted by relevance

/reactos/base/applications/regedit/
H A Dtreeview.c291 SendMessageW(hwndTV, TVM_SORTCHILDREN, 0, (LPARAM) hItem); in RefreshTreeItem()
351 SendMessageW(hwndTV, TVM_SORTCHILDREN, 0, (LPARAM) hItem); in InsertNode()
550 SendMessageW(hwndTV, TVM_SORTCHILDREN, 0, (LPARAM)pnmtv->itemNew.hItem); in OnTreeExpanding()
/reactos/modules/rostests/winetests/comctl32/
H A Dtreeview.c2795 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, 0, 0); in test_TVM_SORTCHILDREN()
2798 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, 0, (LPARAM)TVI_ROOT); in test_TVM_SORTCHILDREN()
2809 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, 0, (LPARAM)root); in test_TVM_SORTCHILDREN()
2812 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, TRUE, (LPARAM)root); in test_TVM_SORTCHILDREN()
2822 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, 0, 0); in test_TVM_SORTCHILDREN()
2830 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, 0, (LPARAM)TVI_ROOT); in test_TVM_SORTCHILDREN()
2840 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, 0, (LPARAM)root); in test_TVM_SORTCHILDREN()
2847 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, TRUE, 0); in test_TVM_SORTCHILDREN()
2855 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, TRUE, (LPARAM)TVI_ROOT); in test_TVM_SORTCHILDREN()
2865 ret = SendMessageA(hwnd, TVM_SORTCHILDREN, TRUE, (LPARAM)root); in test_TVM_SORTCHILDREN()
[all …]
/reactos/base/setup/reactos/
H A Dtreelist.h410 #define TreeList_SortChildren(h,i,r) ((BOOL )SNDMSG(h,TVM_SORTCHILDREN ,(WPARAM)r,(LPARAM…
H A Dtreelist.c12230 case TVM_SORTCHILDREN: // Sortieren der Kindereintr�ge in TreeListProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3546 #define TVM_SORTCHILDREN (TV_FIRST+19) macro
3547 #define TreeView_SortChildren(hwnd,hitem,recurse) (BOOL)SNDMSG((hwnd),TVM_SORTCHILDREN,(WPARAM)(rec…
/reactos/sdk/include/reactos/
H A Dmsgdump.h5042 HANDLE_MSG(hwnd, TVM_SORTCHILDREN, MD_TreeView_OnSortChildren); in MD_msgdump()
5757 DEFINE_RESULT(TVM_SORTCHILDREN); in MD_msgresult()
/reactos/dll/win32/comctl32/
H A Dtreeview.c5812 case TVM_SORTCHILDREN: in TREEVIEW_WindowProc()