Searched refs:LB_GETSELCOUNT (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 105 results->selcount = SendMessageA(handle, LB_GETSELCOUNT, 0, 0); in listbox_query() 758 ret = SendMessageA(listbox, LB_GETSELCOUNT, 0, 0); in test_changing_selection_styles() 780 ret = SendMessageA(listbox, LB_GETSELCOUNT, 0, 0); in test_changing_selection_styles()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 178 results->selcount = SendMessageA(handle, LB_GETSELCOUNT, 0, 0); in listbox_query() 905 ret = SendMessageA(listbox, LB_GETSELCOUNT, 0, 0); in test_changing_selection_styles() 927 ret = SendMessageA(listbox, LB_GETSELCOUNT, 0, 0); in test_changing_selection_styles()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 487 #define ListBox_GetSelCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETSELCOUNT,0,0))
|
H A D | winuser.h | 2050 #define LB_GETSELCOUNT 400 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4786 HANDLE_MSG(hwnd, LB_GETSELCOUNT, MD_ListBox_OnGetSelCount); in MD_msgdump() 5501 DEFINE_RESULT(LB_GETSELCOUNT); in MD_msgresult()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 2962 case LB_GETSELCOUNT: in ListBoxWndProc_common()
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 2885 case LB_GETSELCOUNT: in LISTBOX_WindowProc()
|