/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 196 res = SendMessageA(hLB, LB_GETCOUNT, 0, 0); in check() 202 res = SendMessageA(hLB, LB_GETCOUNT, 0, 0); in check() 959 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 973 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 990 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1016 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1032 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1045 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1881 ret = SendMessageA( listbox, LB_GETCOUNT, 0, 0 ); in test_set_count() 1899 ret = SendMessageA( listbox, LB_GETCOUNT, 0, 0 ); in test_set_count() [all …]
|
H A D | msg.c | 14903 ret = CallWindowProcA(listbox_orig_proc, listbox, LB_GETCOUNT, 0, 0); in check_lb_state_dbg()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 272 res = SendMessageA(hLB, LB_GETCOUNT, 0, 0); in run_test() 278 count = SendMessageA(hLB, LB_GETCOUNT, 0, 0); in run_test() 1100 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1114 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1131 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1158 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1174 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 1186 itemCount = SendMessageA(hList, LB_GETCOUNT, 0, 0); in test_listbox_LB_DIR() 2011 ret = SendMessageA( listbox, LB_GETCOUNT, 0, 0 ); in test_set_count() 2029 ret = SendMessageA( listbox, LB_GETCOUNT, 0, 0 ); in test_set_count() [all …]
|
/reactos/base/applications/calc/ |
H A D | fun_ieee.c | 473 n = SendDlgItemMessage(calc.hStatWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in rpn_ave() 489 n = SendDlgItemMessage(calc.hStatWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in rpn_ave2() 528 n = (double)SendDlgItemMessage(calc.hStatWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in rpn_s_ex()
|
H A D | fun_mpfr.c | 387 n = SendDlgItemMessage(calc.hStatWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in rpn_ave() 401 n = SendDlgItemMessage(calc.hStatWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in rpn_ave2() 433 n = SendDlgItemMessage(calc.hStatWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in rpn_s_ex()
|
H A D | winmain.c | 862 unsigned int n = SendDlgItemMessage(hWnd, IDC_LIST_STAT, LB_GETCOUNT, 0, 0); in update_n_stats_items()
|
/reactos/dll/cpl/console/ |
H A D | font.c | 86 return (INT)SendMessageW(ListCtl->hWndList, LB_GETCOUNT, 0, 0); in RasterSizeList_GetCount() 161 idx = (INT)SendMessageW(SizeList->RasterSizeList.hWndList, LB_GETCOUNT, 0, 0); in FontSizeList_SelectFontSize() 421 idx = (INT)SendMessageW(hWndList, LB_GETCOUNT, 0, 0); in FaceNameList_Initialize()
|
/reactos/base/system/runonce/ |
H A D | runonce.c | 16 INT Index, Count = SendMessage(hList, LB_GETCOUNT, 0, 0); in StartApplication()
|
/reactos/modules/rostests/tests/enumfonts/ |
H A D | enumfonts.cpp | 255 int count = SNDMSG(hListBox, LB_GETCOUNT, 0, 0); in MainWndProc()
|
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 2249 count = SendMessageW(hwndAvail, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_InsertAvailButton() 2284 int count = SendMessageW(hwndList, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_MoveButton() 2326 int count = SendMessageW(hwndAvail, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_AddButton() 2398 INT nCount = SendMessageW(hwndList, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_ToolbarDragListNotification() 2406 INT nCount = SendMessageW(hwndList, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_ToolbarDragListNotification() 2434 INT nCount = SendMessageW(hwndList, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_ToolbarDragListNotification() 2475 INT nCount = SendMessageW(hwndList, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_AvailDragListNotification() 2502 INT nCount = SendMessageW(hwndList, LB_GETCOUNT, 0, 0); in TOOLBAR_Cust_AvailDragListNotification() 2694 count = SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCOUNT, 0, 0); in TOOLBAR_CustomizeDialogProc() 2787 count = SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCOUNT, 0, 0); in TOOLBAR_CustomizeDialogProc() [all …]
|
H A D | combo.c | 972 nItems = (int)SendMessageW(lphc->hWndLBox, LB_GETCOUNT, 0, 0); in CBDropDown() 2042 return SendMessageW(lphc->hWndLBox, LB_GETCOUNT, 0, 0); in COMBO_WindowProc()
|
H A D | listbox.c | 2747 case LB_GETCOUNT: in LISTBOX_WindowProc()
|
/reactos/dll/win32/oledlg/ |
H A D | insobjdlg.c | 401 count = SendMessageA(pdlgInfo->hwndObjTypeLB, LB_GETCOUNT, 0, 0); in UIINSERTOBJECTDLG_FreeObjectTypes()
|
H A D | pastespl.c | 308 count = SendMessageW(list, LB_GETCOUNT, 0, 0); in update_display_list()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 92 count = SendMessageW(hDlgCtrl, LB_GETCOUNT, 0, 0); in DestroyIconList() 217 count = SendMessageW(pIconContext->hDlgCtrl, LB_GETCOUNT, 0, 0); in PickIconProc()
|
H A D | filetypes.cpp | 1497 if (SendMessageW(action.hwndLB, LB_GETCOUNT, 0, 0) == 1) in EditTypeDlg_OnCommand() 1603 if (SendDlgItemMessageW(hwndDlg, IDC_EDITTYPE_LISTBOX, LB_GETCOUNT, 0, 0) == 0) in EditTypeDlg_OnInitDialog()
|
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 1645 lCount = SendMessageW(hDlgCtrl, LB_GETCOUNT, 0, 0); in ToggleUpDown() 1705 lCount = SendMessageW(hDlgCtrl, LB_GETCOUNT, 0, 0); in RemoveItem() 1722 iCount = SendMessageW(hDlgCtrl, LB_GETCOUNT, 0, 0); in GetListViewEntries() 1774 iCount = SendMessageW(hDlgCtrl, LB_GETCOUNT, 0, 0); in StoreDNSSettings() 1838 SendDlgItemMessageW(hwndDlg, IDC_DNSSUFFIXLIST, LB_GETCOUNT, 0, 0) == 0) in TcpipAdvancedDnsDlg()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | send.cpp | 272 auto num_clones = SendMessageW(cl, LB_GETCOUNT, 0, 0); in StartSend()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 1034 nItems = (int)SendMessageW(lphc->hWndLBox, LB_GETCOUNT, 0, 0); in CBDropDown() 2194 return SendMessageW(lphc->hWndLBox, LB_GETCOUNT, 0, 0); in ComboWndProc_common()
|
H A D | listbox.c | 2786 case LB_GETCOUNT: in ListBoxWndProc_common()
|
/reactos/base/shell/progman/ |
H A D | dialog.c | 535 count = SendMessageA(hDlgCtrl, LB_GETCOUNT, 0, 0); in DestroyIconList()
|
/reactos/base/applications/winhlp32/ |
H A D | winhelp.c | 1213 count = SendMessageW(hListWnd, LB_GETCOUNT, 0, 0); in cb_KWBTree()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 480 #define ListBox_GetCount(hwndCtl) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETCOUNT,0,0))
|
H A D | winuser.h | 2041 #define LB_GETCOUNT 395 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4781 HANDLE_MSG(hwnd, LB_GETCOUNT, MD_ListBox_OnGetCount); in MD_msgdump() 5496 DEFINE_RESULT(LB_GETCOUNT); in MD_msgresult()
|