Home
last modified time | relevance | path

Searched refs:GetDlgItemTextA (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/comdlg32/
H A Dfinddlg.c103 if(GetDlgItemTextA(hDlgWnd, edt1, pData->fr.lpstrFindWhat, pData->fr.wFindWhatLen) > 0) in COMDLG32_FR_HandleWMCommand()
144 … && GetDlgItemTextA(hDlgWnd, edt1, pData->fr.lpstrFindWhat, pData->fr.wFindWhatLen) > 0) in COMDLG32_FR_HandleWMCommand()
147 GetDlgItemTextA(hDlgWnd, edt2, pData->fr.lpstrReplaceWith, pData->fr.wReplaceWithLen); in COMDLG32_FR_HandleWMCommand()
H A Dprintdlg.c1568 if (GetDlgItemTextA(hDlg, comboID, name, 255)) in PRINTDLG_WMInitDialog()
1760 GetDlgItemTextA(hDlg, PrinterComboID, PrinterName, 255); in PRINTDLG_WMCommandA()
1815 GetDlgItemTextA(hDlg, cmb2, (char *)lpdm->dmFormName, CCHFORMNAME); in PRINTDLG_WMCommandA()
/reactos/dll/shellext/zipfldr/
H A DCZipPassword.cpp50 len = ::GetDlgItemTextA(m_hWnd, IDC_PASSWORD, m_pPassword->GetBuffer(len+1), len+1); in OnButton()
/reactos/modules/rostests/winetests/winetest/
H A Dgui.c341 GetDlgItemTextA (hwnd, IDC_TAG, tag, len+1); in AskTagProc()
/reactos/modules/rostests/winetests/user32/
H A Ddialog.c1152 ret = GetDlgItemTextA(NULL, 0, string, ARRAY_SIZE(string)); in test_GetDlgItemText()
1172 ret = GetDlgItemTextA(hdlg, -1, text, ARRAY_SIZE(text)); in getdlgitem_test_dialog_proc()
/reactos/win32ss/user/user32/
H A Duser32.spec282 279 stdcall GetDlgItemTextA(long long ptr long)
/reactos/win32ss/user/user32/windows/
H A Ddialog.c2245 GetDlgItemTextA( in GetDlgItemTextA() function
/reactos/sdk/include/psdk/
H A Dwinuser.h4620 GetDlgItemTextA(
5797 #define GetDlgItemText GetDlgItemTextA