Searched refs:LB_GETITEMRECT (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | draglist.c | 239 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 D | listbox.c | 2837 case LB_GETITEMRECT: in LISTBOX_WindowProc()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 157 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 D | listbox.c | 231 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 D | message.c | 69 SET(LB_GETSELITEMS) | SET(LB_SETTABSTOPS) | SET(LB_ADDFILE) | SET(LB_GETITEMRECT),
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 485 #define ListBox_GetItemRect(hwndCtl,index,lprc) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETITEMRECT,(WPARA…
|
H A D | winuser.h | 2046 #define LB_GETITEMRECT 408 macro
|
/reactos/win32ss/user/ntuser/ |
H A D | message.c | 91 SET(LB_GETSELITEMS) | SET(LB_SETTABSTOPS) | SET(LB_ADDFILE) | SET(LB_GETITEMRECT),
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4794 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 D | listbox.c | 2878 case LB_GETITEMRECT: in ListBoxWndProc_common()
|