Searched refs:TVM_SETITEMA (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/reactos/wine/ |
H A D | commctrl.h | 91 (BOOL)SNDMSGA((hwnd), TVM_SETITEMA, 0, (LPARAM)(const TVITEMA *)(pitem))
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | treeview.c | 171 { TVM_SETITEMA, sent }, 173 { TVM_SETITEMA, sent }, 901 ret = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&tviRoot); in test_get_set_item() 1673 r = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&item); in test_itemedit() 1971 ret = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&item); in test_expandnotify() 1994 ret = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&item); in test_expandedimage() 2250 ret = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&item); in test_cchildren() 2389 ret = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&item); in test_TVS_CHECKBOXES() 2426 ret = SendMessageA(hTree2, TVM_SETITEMA, 0, (LPARAM)&item); in test_TVS_CHECKBOXES() 2464 ret = SendMessageA(hTree, TVM_SETITEMA, 0, (LPARAM)&item); in test_TVS_CHECKBOXES() [all …]
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 5036 HANDLE_MSG(hwnd, TVM_SETITEMA, MD_TreeView_OnSetItemA); in MD_msgdump() 5751 DEFINE_RESULT(TVM_SETITEMA); in MD_msgresult()
|
/reactos/dll/win32/comctl32/ |
H A D | treeview.c | 5790 case TVM_SETITEMA: in TREEVIEW_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 3497 #define TVM_SETITEMA (TV_FIRST+13) macro
|