Searched refs:s_hwndChild3 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/apitests/user32/ |
H A D | GW_ENABLEDPOPUP.c | 14 static HWND s_hwndChild3 = NULL; variable 25 trace("%p, %p, %p, %p\n", s_hwnd, s_hwndChild1, s_hwndChild2, s_hwndChild3); in DoTestBody() 27 CHECK(s_hwndChild3); in DoTestBody() 29 EnableWindow(s_hwndChild3, FALSE); in DoTestBody() 80 DestroyWindow(s_hwndChild3); in WindowProc() 128 s_hwndChild3 = CreateWindowW(L"GW_ENABLEDPOPUP", L"Child #3", in START_TEST() 132 if (!s_hwnd || !s_hwndChild1 || !s_hwndChild2 || !s_hwndChild3) in START_TEST()
|