Searched refs:LB_GETSEL (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 740 ret = SendMessageA(listbox, LB_GETSEL, k, 0); in test_changing_selection_styles() 764 ret = SendMessageA(listbox, LB_GETSEL, k, 0); in test_changing_selection_styles() 786 ret = SendMessageA(listbox, LB_GETSEL, k, 0); in test_changing_selection_styles()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 887 ret = SendMessageA(listbox, LB_GETSEL, k, 0); in test_changing_selection_styles() 911 ret = SendMessageA(listbox, LB_GETSEL, k, 0); in test_changing_selection_styles() 933 ret = SendMessageA(listbox, LB_GETSEL, k, 0); in test_changing_selection_styles()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 486 #define ListBox_GetSel(hwndCtl,index) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETSEL,(WPARAM)(int)(index),…
|
H A D | winuser.h | 2049 #define LB_GETSEL 391 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4777 HANDLE_MSG(hwnd, LB_GETSEL, MD_ListBox_OnGetSel); in MD_msgdump() 5492 DEFINE_RESULT(LB_GETSEL); in MD_msgresult()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 2947 case LB_GETSEL: in ListBoxWndProc_common()
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 2863 case LB_GETSEL: in LISTBOX_WindowProc()
|