Searched refs:static_win (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | input.c | 2108 HWND hwnd, button_win, static_win; in test_Input_mouse() local 2166 ok(static_win != 0, "CreateWindow failed\n"); in test_Input_mouse() 2167 def_static_proc = (void*)SetWindowLongPtrA(static_win, in test_Input_mouse() 2191 DestroyWindow(static_win); in test_Input_mouse() 2196 ok(static_win != 0, "CreateWindow failed\n"); in test_Input_mouse() 2197 def_static_proc = (void*)SetWindowLongPtrA(static_win, in test_Input_mouse() 2221 DestroyWindow(static_win); in test_Input_mouse() 2374 get_dc_region(®ion, static_win, DCX_PARENTCLIP); in test_Input_mouse() 2377 get_dc_region(®ion, static_win, DCX_WINDOW | DCX_USESTYLE); in test_Input_mouse() 2380 get_dc_region(®ion, static_win, DCX_USESTYLE); in test_Input_mouse() [all …]
|