Home
last modified time | relevance | path

Searched refs:CB_GETLBTEXTLEN (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/cpl/usrmgr/
H A Dusrmgr.c30 INT nLength = (INT)SendDlgItemMessage(hwndDlg, nDlgItem, CB_GETLBTEXTLEN, nIndex, 0); in GetComboBoxLBTextAlloc()
/reactos/dll/cpl/intl/
H A Dmisc.c204 uReqSize = SendMessageW(hChildWnd, CB_GETLBTEXTLEN, (WPARAM)nIndex, 0) + 1; in GetSelectedComboBoxText()
/reactos/dll/cpl/mmsys/
H A Daudio.c176 TextLen = SendMessageW(hwndCombo, CB_GETLBTEXTLEN, CurSel, 0) + 1; in UpdateRegistryString()
/reactos/modules/rostests/tests/combotst/
H A Dcombotst.c180 {"CB_GETLBTEXTLEN",CB_GETLBTEXTLEN,1,0,&HandlePrintReturnHex},
/reactos/dll/win32/shell32/dialogs/
H A Ddrive.cpp540 Length = SendMessageW(hDlgCtrl, CB_GETLBTEXTLEN, iSelIndex, 0); in FormatDrive()
/reactos/dll/cpl/console/
H A Dfont.c236 Length = (INT)SendMessageW(SizeList->hWndTTSizeList, CB_GETLBTEXTLEN, nSel, 0); in FontSizeList_GetSelectedFontSize()
/reactos/modules/rostests/winetests/comctl32/
H A Dcombo.c388 ret = SendMessageA(hCombo, CB_GETLBTEXTLEN, 0, 0); in test_comboex_CB_GETLBTEXT()
391 ret = SendMessageA(hCombo, CB_GETLBTEXTLEN, 0, 0); in test_comboex_CB_GETLBTEXT()
/reactos/dll/win32/newdev/
H A Dwizard.c696 … len = (INT)SendDlgItemMessageW(hwndDlg, IDC_COMBO_PATH, CB_GETLBTEXTLEN, idx, 0); in CHSourceDlgProc()
/reactos/dll/win32/mshtml/
H A Deditor.c1045 len = SendMessageW((HWND)lparam, CB_GETLBTEXTLEN, item, 0); in hyperlink_dlgproc()
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c1800 INT length = SendDlgItemMessageW(hDlg, LOWORD(wParam), CB_GETLBTEXTLEN, index, 0); in PRINTDLG_WMCommandA()
1957 INT length = SendDlgItemMessageW(hDlg, LOWORD(wParam), CB_GETLBTEXTLEN, index, 0); in PRINTDLG_WMCommandW()
3408 INT length = SendDlgItemMessageW(hDlg, id, CB_GETLBTEXTLEN, index, 0); in pagesetup_wm_command()
/reactos/dll/win32/comctl32/
H A Dcombo.c2060 case CB_GETLBTEXTLEN: in COMBO_WindowProc()
H A Dcomboex.c2068 case CB_GETLBTEXTLEN: in COMBOEX_WindowProc()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c2209 case CB_GETLBTEXTLEN: in ComboWndProc_common()
/reactos/win32ss/user/user32/windows/
H A Ddialog.c1564 size = SendMessageW(listbox, combo ? CB_GETLBTEXTLEN : LB_GETTEXTLEN, item, 0 ); in DIALOG_DlgDirSelect()
/reactos/sdk/include/psdk/
H A Dwindowsx.h57 #define ComboBox_GetLBTextLen(hwndCtl,index) ((int)(DWORD)SNDMSG((hwndCtl),CB_GETLBTEXTLEN,(WPARAM)…
H A Dwinuser.h1956 #define CB_GETLBTEXTLEN 329 macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h4825 HANDLE_MSG(hwnd, CB_GETLBTEXTLEN, MD_ComboBox_OnGetLBTextLen); in MD_msgdump()
5540 DEFINE_RESULT(CB_GETLBTEXTLEN); in MD_msgresult()
/reactos/dll/win32/cryptui/
H A Dmain.c1258 len = SendMessageW(cb, CB_GETLBTEXTLEN, index, 0); in cert_mgr_dlg_proc()