Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c1241 HWND shellWindow, nextWnd; in test_shell_window() local
1324 nextWnd = GetWindow(hwnd4, GW_HWNDNEXT); in test_shell_window()
1325 ok(nextWnd==hwnd3, "wrong next window for hwnd4: %p - expected hwnd3\n", nextWnd); in test_shell_window()
1332 nextWnd = GetWindow(hwnd4, GW_HWNDNEXT); in test_shell_window()
1333 ok(nextWnd==0, "wrong next window for hwnd4: %p - expected 0\n", nextWnd); in test_shell_window()
1353 nextWnd = GetWindow(hwnd4, GW_HWNDNEXT); in test_shell_window()
1354 … ok(nextWnd==0, "wrong next window for hwnd4 after SetWindowPos(): %p - expected 0\n", nextWnd); in test_shell_window()