Home
last modified time | relevance | path

Searched refs:GetWindowTextLengthW (Results 1 – 25 of 38) sorted by relevance

12

/reactos/base/applications/msconfig_new/
H A Dfileextractdialog.c77 cabPathNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_DRP_CAB_FILE)) + 1; in FileExtractDialogWndProc()
81 … fileNameNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_TXT_FILE_TO_RESTORE)) + 1; in FileExtractDialogWndProc()
85 destDirNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_DRP_DEST_DIR)) + 1; in FileExtractDialogWndProc()
/reactos/dll/win32/comctl32/
H A Dipaddress.c329 if (GetWindowTextLengthW (infoPtr->Part[i].EditHwnd)) return FALSE; in IPADDRESS_IsBlank()
458 start = end = GetWindowTextLengthW(next->EditHwnd); in IPADDRESS_GotoNextField()
520 len = GetWindowTextLengthW (hwnd); in IPADDRESS_SubclassProc()
/reactos/base/applications/charmap/
H A Dlrgcell.c26 Len = GetWindowTextLengthW(hCombo); in SetLrgFont()
H A Dcharmap.c170 Len = GetWindowTextLengthW(hCombo); in ChangeMapFont()
/reactos/base/applications/mscutils/servman/
H A Dcreate.c93 iLen = GetWindowTextLengthW(hwnd); in GetStringFromDialog()
H A Dmisc.c178 INT len = GetWindowTextLengthW(GetDlgItem(hDlg, Res)); in GetTextFromEdit()
/reactos/modules/rostests/winetests/GUI/
H A Dmisc.c178 INT len = GetWindowTextLengthW(GetDlgItem(hDlg, Res)); in GetTextFromEdit()
/reactos/base/applications/charmap_new/
H A DMainWindow.cpp524 Length = GetWindowTextLengthW(hCombo); in ChangeMapFont()
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c1113 if (GetWindowTextLengthW(GetDlgItem(hWnd, IDC_ABOUT_REG_USERNAME)) == 0 && in AboutDlgProc()
1114 GetWindowTextLengthW(GetDlgItem(hWnd, IDC_ABOUT_REG_ORGNAME)) == 0) in AboutDlgProc()
/reactos/dll/win32/mshtml/
H A Deditor.c1027 INT len = GetWindowTextLengthW(hwndURL); in hyperlink_dlgproc()
1053 len = GetWindowTextLengthW(hwndURL); in hyperlink_dlgproc()
/reactos/dll/win32/ieframe/
H A Diexplore.c364 int len = GetWindowTextLengthW(hwndurl); in ie_dialog_open_proc()
372 int len = GetWindowTextLengthW(hwndurl); in ie_dialog_open_proc()
/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c157 cchTitle = GetWindowTextLengthW(DialogWindow) + 1; in MessageBoxTextToClipboard()
158 cchText = GetWindowTextLengthW(hwndText) + 1; in MessageBoxTextToClipboard()
H A Dwindow.c1362 GetWindowTextLengthW(HWND hWnd) in GetWindowTextLengthW() function
/reactos/base/applications/notepad/
H A Dmain.c22 BOOL bEmpty = (GetWindowTextLengthW(Globals.hEdit) == 0); in NOTEPAD_EnableSearchMenu()
H A Ddialog.c269 cchText = GetWindowTextLengthW(Globals.hEdit); in DoSaveFile()
/reactos/dll/win32/shell32/dialogs/
H A Ddialogs.cpp493 Length = GetWindowTextLengthW(Edit); in EnableOkButtonFromEditContents()
589 ic = GetWindowTextLengthW(htxt); in RunDlgProc()
/reactos/win32ss/user/winsrv/usersrv/
H A Dshutdown.c125 GetWindowTextLengthW(Dlg); in EndNowDlgProc()
H A Dharderror.c594 cszBuffer = GetWindowTextLengthW(hwndOwner); in UserpFormatMessages()
/reactos/base/applications/rapps/include/
H A Drosui.h563 INT length = CWindow::GetWindowTextLengthW() + 1; in GetWindowTextW()
/reactos/dll/cpl/sysdm/
H A Dgeneral.c594 lenStr = GetWindowTextLengthW(hRosVersion); in GetSystemVersion()
/reactos/dll/win32/credui/
H A Dcredui_main.c450 len = GetWindowTextLengthW(hwndUsername); in CredDialogCommandOk()
/reactos/base/shell/progman/
H A Ddialog.c376 Length = GetWindowTextLengthW(Edit); in ValidateEditContents()
/reactos/dll/win32/newdev/
H A Dwizard.c694 len = GetWindowTextLengthW(GetDlgItem(hwndDlg, IDC_COMBO_PATH)); in CHSourceDlgProc()
/reactos/win32ss/user/user32/
H A Duser32.spec389 @ stdcall GetWindowTextLengthW(long)
/reactos/base/applications/regedit/
H A Dframewnd.c877 EnableWindow(GetDlgItem(hWnd, IDOK), GetWindowTextLengthW(hName) != 0); in AddToFavoritesDlgProc()

12