Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Ddialog.c1026 HWND hTextbox; in test_focus() local
1041 hTextbox = GetDlgItem(hDlg, 200); in test_focus()
1042 SendMessageA(hTextbox, WM_SETTEXT, 0, (LPARAM)"Hello world"); in test_focus()
1045 SendMessageA(hTextbox, EM_GETSEL, (WPARAM)&selectionStart, (LPARAM)&selectionEnd); in test_focus()
1049 SendMessageA(hTextbox, EM_SETSEL, 0, 0); in test_focus()
1051 SendMessageA(hTextbox, EM_GETSEL, (WPARAM)&selectionStart, (LPARAM)&selectionEnd); in test_focus()