Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c8472 HWND wnd, wnd0, dwnd; in test_map_points() local
8484 wnd0 = CreateWindowA("static", "test2", WS_POPUP, 0, 0, width, height, NULL, NULL, NULL, NULL); in test_map_points()
8485 ok(wnd0 != NULL, "Failed %p\n", wnd); in test_map_points()
8598 n = MapWindowPoints(wnd0, NULL, &p, 1); in test_map_points()
8606 n = MapWindowPoints(NULL, wnd0, &p, 1); in test_map_points()
8645 ret = ClientToScreen(wnd0, &p); in test_map_points()
8682 ret = ScreenToClient(wnd0, &p); in test_map_points()
8687 DestroyWindow(wnd0); in test_map_points()