Searched refs:wnd3 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msctf/ |
H A D | inputprocessor.c | 2318 HWND wnd1, wnd2, wnd3; in test_AssociateFocus() local 2342 wnd3 = CreateWindowA("edit",NULL,WS_POPUP,0,130,200,60,NULL,NULL,NULL,NULL); in test_AssociateFocus() 2343 ok(wnd3!=NULL,"Unable to create window 3\n"); in test_AssociateFocus() 2398 hr = ITfThreadMgr_AssociateFocus(g_tm,wnd3,dm2,&olddm); in test_AssociateFocus() 2418 ShowWindow(wnd3,SW_SHOWNORMAL); in test_AssociateFocus() 2419 SetFocus(wnd3); in test_AssociateFocus() 2429 hr = ITfThreadMgr_AssociateFocus(g_tm,wnd3,NULL,&olddm); in test_AssociateFocus() 2444 SetFocus(wnd3); in test_AssociateFocus() 2486 DestroyWindow(wnd3); in test_AssociateFocus()
|