Home
last modified time | relevance | path

Searched refs:LVM_SETITEMA (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c1091 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_checkboxes()
1152 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_checkboxes()
1333 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_items()
1351 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_items()
1369 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_items()
1400 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_items()
1419 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM) &item); in test_items()
2709 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM)&item); in test_multiselect()
2721 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM)&item); in test_multiselect()
2735 r = SendMessageA(hwnd, LVM_SETITEMA, 0, (LPARAM)&item); in test_multiselect()
[all …]
/reactos/sdk/include/reactos/
H A Dmsgdump.h4877 HANDLE_MSG(hwnd, LVM_SETITEMA, MD_ListView_OnSetItemA); in MD_msgdump()
5592 DEFINE_RESULT(LVM_SETITEMA); in MD_msgresult()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2401 #define LVM_SETITEMA (LVM_FIRST+6) macro
/reactos/dll/win32/comctl32/
H A Dlistview.c11789 case LVM_SETITEMA: in LISTVIEW_WindowProc()