Searched refs:GetDlgItemTextA (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | finddlg.c | 103 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 D | printdlg.c | 1568 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 D | CZipPassword.cpp | 50 len = ::GetDlgItemTextA(m_hWnd, IDC_PASSWORD, m_pPassword->GetBuffer(len+1), len+1); in OnButton()
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | gui.c | 341 GetDlgItemTextA (hwnd, IDC_TAG, tag, len+1); in AskTagProc()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | dialog.c | 1152 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 D | user32.spec | 282 279 stdcall GetDlgItemTextA(long long ptr long)
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 2245 GetDlgItemTextA( in GetDlgItemTextA() function
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4620 GetDlgItemTextA( 5797 #define GetDlgItemText GetDlgItemTextA
|