Searched refs:htxt (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 582 HWND htxt = GetDlgItem(hwnd, IDC_RUNDLG_EDITPATH); in RunDlgProc() local 589 ic = GetWindowTextLengthW(htxt); in RunDlgProc() 610 GetWindowTextW(htxt, psz, ic + 1); in RunDlgProc() 692 GetWindowTextW(htxt, psz, ic + 1); in RunDlgProc() 693 FillList(htxt, psz, ic + 2 + 1, FALSE); in RunDlgProc() 700 GetWindowTextW(htxt, psz, ic + 1); in RunDlgProc() 701 FillList(htxt, psz, ic + 2 + 1, FALSE); in RunDlgProc() 709 SendMessageW(htxt, CB_SETEDITSEL, 0, MAKELPARAM (0, -1)); in RunDlgProc()
|