Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dmsg.c13787 HWND hdlg, hedit1, hedit2, hfocus, parent, child, child2; in test_dialog_messages() local
13805 hedit1 = CreateWindowExA(0, "my_edit_class", NULL, in test_dialog_messages()
13808 ok(hedit1 != 0, "Failed to create edit control\n"); in test_dialog_messages()
13814 SendMessageA(hedit1, WM_SETTEXT, 0, (LPARAM)"hello"); in test_dialog_messages()
13824 check_selection(hedit1, 0, 0); in test_dialog_messages()
13840 ok(hfocus == hedit1, "wrong focus %p\n", hfocus); in test_dialog_messages()
13842 check_selection(hedit1, 0, 5); in test_dialog_messages()
13851 ok(hfocus == hedit1, "wrong focus %p\n", hfocus); in test_dialog_messages()
13853 check_selection(hedit1, 0, 5); in test_dialog_messages()
13857 DestroyWindow(hedit1); in test_dialog_messages()