Home
last modified time | relevance | path

Searched refs:WM_GETTEXT (Results 1 – 25 of 77) sorted by relevance

1234

/reactos/modules/rostests/winetests/shell32/
H A Dautocomplete.c244 case WM_GETTEXT: in HijackerWndProc()
613 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
621 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
629 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
636 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
643 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
649 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
653 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
657 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
666 SendMessageW(hwnd_edit, WM_GETTEXT, ARRAY_SIZE(buffer), (LPARAM)buffer); in test_prefix_filtering()
[all …]
/reactos/modules/rostests/winetests/user32/
H A Dclass.c729 SendMessageW(hwnd, WM_GETTEXT, ARRAY_SIZE(buf), (LPARAM)buf); in test_builtinproc()
785 CallWindowProcA(procA, hwnd, WM_GETTEXT, 120, (LPARAM)buf); in test_builtinproc()
787 CallWindowProcA(procW, hwnd, WM_GETTEXT, 120, (LPARAM)buf); in test_builtinproc()
789 CallWindowProcW(procA, hwnd, WM_GETTEXT, 120, (LPARAM)buf); in test_builtinproc()
791 CallWindowProcW(procW, hwnd, WM_GETTEXT, 120, (LPARAM)buf); in test_builtinproc()
810 …CallWindowProcW((WNDPROC)GetWindowLongPtrW(hwnd, GWLP_WNDPROC), hwnd, WM_GETTEXT, 120, (LPARAM)buf… in test_builtinproc()
812 …CallWindowProcA((WNDPROC)GetWindowLongPtrW(hwnd, GWLP_WNDPROC), hwnd, WM_GETTEXT, 120, (LPARAM)buf… in test_builtinproc()
814 …CallWindowProcW((WNDPROC)GetWindowLongPtrA(hwnd, GWLP_WNDPROC), hwnd, WM_GETTEXT, 120, (LPARAM)buf… in test_builtinproc()
818 …CallWindowProcA((WNDPROC)GetWindowLongPtrA(hwnd, GWLP_WNDPROC), hwnd, WM_GETTEXT, 120, (LPARAM)buf… in test_builtinproc()
827 …CallWindowProcA((WNDPROC)GetWindowLongPtrA(hwnd, GWLP_WNDPROC), hwnd, WM_GETTEXT, 120, (LPARAM)buf… in test_builtinproc()
[all …]
H A Dmsg.c212 { WM_GETTEXT, sent|optional },
218 { WM_GETTEXT, sent|optional },
484 { WM_GETTEXT, sent|optional },
491 { WM_GETTEXT, sent|optional },
527 { WM_GETTEXT, sent|optional },
535 { WM_GETTEXT, sent|optional },
551 { WM_GETTEXT, sent|optional },
575 { WM_GETTEXT, sent|optional },
582 { WM_GETTEXT, sent|optional },
8697 msg.message = WM_GETTEXT; in test_interthread_messages()
[all …]
H A Dcombo.c195 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in parent_wnd_proc()
463 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_editselection()
486 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_editselection()
512 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_editselection()
530 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_editselection()
612 SendMessageA(hCombo, WM_GETTEXT, sizeof(buffer), (LPARAM)buffer); in test_editselection_focus()
H A Dedit.c1342 ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); in test_edit_control_6()
1348 ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); in test_edit_control_6()
1354 ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); in test_edit_control_6()
2096 r = SendMessageA(hwEdit, WM_GETTEXT, 1024, (LPARAM) buffer); in test_espassword()
2116 r = SendMessageA(hwEdit, WM_GETTEXT, 1024, (LPARAM) buffer); in test_espassword()
2153 r = SendMessageA(hwEdit, WM_GETTEXT, 1024, (LPARAM) buffer); in test_undo()
2200 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_enter()
2220 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_enter()
2240 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_enter()
2267 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_tab()
[all …]
/reactos/modules/rostests/tests/subclass/
H A Dsubclass.c123 case WM_GETTEXT: in UnicodeWndProc()
142 case WM_GETTEXT: in UnicodeSubclassProc()
161 case WM_GETTEXT: in AnsiSubclassProc()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c6252 expect_empty(hwnd, WM_GETTEXT); in test_unicode_conversions()
6257 expect_textA(hwnd, WM_GETTEXT, "t"); in test_unicode_conversions()
6263 expect_textA(hwnd, WM_GETTEXT, "te"); in test_unicode_conversions()
6268 expect_empty(hwnd, WM_GETTEXT); in test_unicode_conversions()
6272 expect_textA(hwnd, WM_GETTEXT, textA); in test_unicode_conversions()
6279 expect_textA(hwnd, WM_GETTEXT, textA); in test_unicode_conversions()
6285 expect_textW(hwnd, WM_GETTEXT, textW); in test_unicode_conversions()
6286 expect_textA(hwnd, WM_GETTEXT, textA); in test_unicode_conversions()
6293 expect_textW(hwnd, WM_GETTEXT, textW); in test_unicode_conversions()
6294 expect_textA(hwnd, WM_GETTEXT, textA); in test_unicode_conversions()
[all …]
/reactos/dll/cpl/intl/
H A Ddate.c97 WM_GETTEXT, in SetShortDateSep()
137 WM_GETTEXT, in SetShortDateFormat()
143 WM_GETTEXT, in SetShortDateFormat()
201 WM_GETTEXT, in SetLongDateFormat()
H A Dmisc.c197 SendMessageW(hChildWnd, WM_GETTEXT, uSize, (LPARAM)Buffer); in GetSelectedComboBoxText()
/reactos/base/applications/mscutils/servman/
H A Dpropsheet_general.c259 …SendDlgItemMessageW(hwndDlg, IDC_EXEPATH, WM_GETTEXT, nLength + 1, (LPARAM)pServiceConfig->lpBinar… in SaveDlgInfo()
270 … SendDlgItemMessageW(hwndDlg, IDC_DISP_NAME, WM_GETTEXT, nLength + 1, (LPARAM)pDisplayName); in SaveDlgInfo()
307 … SendDlgItemMessageW(hwndDlg, IDC_DESCRIPTION, WM_GETTEXT, nLength + 1, (LPARAM)pDescription); in SaveDlgInfo()
/reactos/base/applications/mspaint/
H A Dfullscreen.h22 MESSAGE_HANDLER(WM_GETTEXT, OnGetText)
/reactos/modules/rostests/winetests/riched32/
H A Deditor.c114 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buf); in test_WM_SETTEXT()
218 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buffer); in test_EM_STREAMIN()
233 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buffer); in test_EM_STREAMIN()
248 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buffer); in test_EM_STREAMIN()
262 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buffer); in test_EM_STREAMIN()
276 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buffer); in test_EM_STREAMIN()
293 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buffer); in test_EM_STREAMIN()
1203 result = SendMessageA(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM)buf); in test_enter()
/reactos/dll/cpl/sysdm/
H A Dstartrec.c588 …SendDlgItemMessage(hwndDlg, IDC_STRRECDUMPFILE, WM_GETTEXT, (WPARAM)sizeof(pStartInfo->szDumpFile)… in WriteStartupRecoveryOptions()
593 …SendDlgItemMessage(hwndDlg, IDC_STRRECDUMPFILE, WM_GETTEXT, (WPARAM)sizeof(pStartInfo->szDumpFile)… in WriteStartupRecoveryOptions()
823 …SendDlgItemMessageW(hwndDlg, IDC_STRRECDUMPFILE, WM_GETTEXT, (WPARAM)sizeof(pStartInfo->szDumpFile… in StartRecDlgProc()
827 …SendDlgItemMessageW(hwndDlg, IDC_STRRECDUMPFILE, WM_GETTEXT, (WPARAM)sizeof(pStartInfo->szMinidump… in StartRecDlgProc()
/reactos/dll/cpl/timedate/
H A Dinternettime.c108 SendDlgItemMessageW(hwnd, IDC_SERVERLIST, WM_GETTEXT, _countof(buffer), (LPARAM)buffer); in SetNTPServer()
219 SendMessageW(hDlgComboList, WM_GETTEXT, _countof(szNtpServerName), (LPARAM)szNtpServerName); in UpdateNTPStatus()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c1417 ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); in test_edit_control_6()
1425 ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); in test_edit_control_6()
1432 ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); in test_edit_control_6()
2130 r = SendMessageA(hwEdit, WM_GETTEXT, 1024, (LPARAM) buffer); in test_espassword()
2150 r = SendMessageA(hwEdit, WM_GETTEXT, 1024, (LPARAM) buffer); in test_espassword()
2187 r = SendMessageA(hwEdit, WM_GETTEXT, 1024, (LPARAM) buffer); in test_undo()
2234 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_enter()
2254 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_enter()
2274 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_enter()
2301 r = SendMessageA(hwEdit, WM_GETTEXT, 16, (LPARAM) buffer); in test_tab()
[all …]
H A Dcombo.c127 message != WM_GETTEXT && in editbox_subclass_proc()
766 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in parent_wnd_proc()
963 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_combo_editselection()
986 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_combo_editselection()
1008 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_combo_editselection()
1026 SendMessageA(hCombo, WM_GETTEXT, sizeof(edit), (LPARAM)edit); in test_combo_editselection()
1104 SendMessageA(hCombo, WM_GETTEXT, sizeof(buffer), (LPARAM)buffer); in test_combo_editselection_focus()
H A Dstatus.c495 r = SendMessageA(hwndStatus, WM_GETTEXT, 0, 0); in test_gettext()
499 r = SendMessageA(hwndStatus, WM_GETTEXT, 1, (LPARAM)buf); in test_gettext()
503 r = SendMessageA(hwndStatus, WM_GETTEXT, 2, (LPARAM)buf); in test_gettext()
505 r = SendMessageA(hwndStatus, WM_GETTEXT, sizeof(buf), (LPARAM)buf); in test_gettext()
H A Dsyslink.c90 message != WM_GETTEXT && in parent_wnd_proc()
/reactos/modules/rostests/apitests/user32/
H A DCreateWindowEx.c121 case WM_GETTEXT: in MSGTestProc()
348 case WM_GETTEXT: in MSGChildProc2()
415 case WM_GETTEXT: in MSGTestProc2()
665 case WM_GETTEXT: in MSGTestProcMDI()
774 case WM_GETTEXT: in MSGTestProcMDI2()
847 case WM_GETTEXT: in MSGChildProcMDI2()
H A DSetActiveWindow.c40 case WM_GETTEXT: in OwnerTestProc()
/reactos/base/applications/charmap/
H A Dlrgcell.c37 WM_GETTEXT, in SetLrgFont()
/reactos/dll/win32/oledlg/
H A Dinsobjdlg.c479 if (SendMessageW(pdlgInfo->hwndFileTB, WM_GETTEXT, MAX_PATH, (LPARAM)wcsFile)) in UIINSERTOBJECTDLG_OnOpen()
527 SendMessageA(pdlgInfo->hwndFileTB, WM_GETTEXT, MAX_PATH, (LPARAM)fname); in UIINSERTOBJECTDLG_BrowseFile()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1320 Length = DefWindowProcA(hWnd, WM_GETTEXT, nMaxCount, (LPARAM)lpString); in GetWindowTextA()
1330 Length = SendMessageA(hWnd, WM_GETTEXT, nMaxCount, (LPARAM)lpString); in GetWindowTextA()
1402 Length = DefWindowProcW(hWnd, WM_GETTEXT, nMaxCount, (LPARAM)lpString); in GetWindowTextW()
1412 Length = SendMessageW(hWnd, WM_GETTEXT, nMaxCount, (LPARAM)lpString); in GetWindowTextW()
H A Dmessage.c39 SET(WM_CREATE) | SET(WM_SETTEXT) | SET(WM_GETTEXT) |
525 case WM_GETTEXT: in MsgiAnsiToUnicodeMessage()
719 case WM_GETTEXT: in MsgiAnsiToUnicodeCleanup()
828 case WM_GETTEXT: in MsgiAnsiToUnicodeReply()
953 case WM_GETTEXT: in MsgiUnicodeToAnsiMessage()
1166 case WM_GETTEXT: in MsgiUnicodeToAnsiCleanup()
1259 case WM_GETTEXT: in MsgiUnicodeToAnsiReply()
/reactos/dll/win32/oleacc/
H A Dclient.c170 len = SendMessageW(This->hwnd, WM_GETTEXT, ARRAY_SIZE(name), (LPARAM)name); in Client_get_accName()
288 len = SendMessageW(This->hwnd, WM_GETTEXT, ARRAY_SIZE(name), (LPARAM)name); in Client_get_accKeyboardShortcut()

1234