Home
last modified time | relevance | path

Searched refs:LB_GETITEMRECT (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/win32/comctl32/
H A Ddraglist.c239 if (LB_ERR == SendMessageW(hwndLB, LB_GETITEMRECT, nItem, (LPARAM)&rcItem)) in DrawInsert()
311 if (SendMessageW (hwndLB, LB_GETITEMRECT, nIndex, (LPARAM)&rcClient) == LB_ERR) in LBItemFromPt()
H A Dlistbox.c2837 case LB_GETITEMRECT: in LISTBOX_WindowProc()
/reactos/modules/rostests/winetests/user32/
H A Dlistbox.c157 SendMessageA(hLB, LB_GETITEMRECT, 1, (LPARAM) &second_item); in check()
292 SendMessageA(dis->hwndItem, LB_GETITEMRECT, dis->itemID, (LPARAM)&rc_item); in main_window_proc()
363 SendMessageA(hLB, LB_GETITEMRECT, 0, (LPARAM)&rc); in test_ownerdraw()
372 SendMessageA(hLB, LB_GETITEMRECT, 0, (LPARAM)&rc); in test_ownerdraw()
832 r = SendMessageA( hList, LB_GETITEMRECT, 0, (LPARAM)&rc); in test_itemfrompoint()
857 r = SendMessageA( hList, LB_GETITEMRECT, 5, (LPARAM)&rc); in test_itemfrompoint()
859 r = SendMessageA( hList, LB_GETITEMRECT, 6, (LPARAM)&rc); in test_itemfrompoint()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistbox.c231 SendMessageA(hLB, LB_GETITEMRECT, 1, (LPARAM) &second_item); in run_test()
418 SendMessageA(dis->hwndItem, LB_GETITEMRECT, dis->itemID, (LPARAM)&rc_item); in main_window_proc()
487 SendMessageA(hLB, LB_GETITEMRECT, 0, (LPARAM)&rc); in test_ownerdraw()
495 SendMessageA(hLB, LB_GETITEMRECT, 0, (LPARAM)&rc); in test_ownerdraw()
977 r = SendMessageA( hList, LB_GETITEMRECT, 0, (LPARAM)&rc); in test_itemfrompoint()
1002 r = SendMessageA( hList, LB_GETITEMRECT, 5, (LPARAM)&rc); in test_itemfrompoint()
1004 r = SendMessageA( hList, LB_GETITEMRECT, 6, (LPARAM)&rc); in test_itemfrompoint()
/reactos/win32ss/user/user32/windows/
H A Dmessage.c69 SET(LB_GETSELITEMS) | SET(LB_SETTABSTOPS) | SET(LB_ADDFILE) | SET(LB_GETITEMRECT),
/reactos/sdk/include/psdk/
H A Dwindowsx.h485 #define ListBox_GetItemRect(hwndCtl,index,lprc) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETITEMRECT,(WPARA…
H A Dwinuser.h2046 #define LB_GETITEMRECT 408 macro
/reactos/win32ss/user/ntuser/
H A Dmessage.c91 SET(LB_GETSELITEMS) | SET(LB_SETTABSTOPS) | SET(LB_ADDFILE) | SET(LB_GETITEMRECT),
/reactos/sdk/include/reactos/
H A Dmsgdump.h4794 HANDLE_MSG(hwnd, LB_GETITEMRECT, MD_ListBox_OnGetItemRect); in MD_msgdump()
5509 DEFINE_RESULT(LB_GETITEMRECT); in MD_msgresult()
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c2878 case LB_GETITEMRECT: in ListBoxWndProc_common()