/reactos/modules/rostests/apitests/atl/ |
H A D | SubclassWindow.cpp | 95 HWND hwnd1, hwnd2; in START_TEST() local 108 hwnd1 = MyCreateWindow(style); in START_TEST() 112 b = Ctrl1.SubclassWindow(hwnd1); in START_TEST() 129 hwnd1 = MyCreateWindow(style); in START_TEST() 150 hwnd1 = MyCreateWindow(style); in START_TEST() 171 hwnd1 = MyCreateWindow(style); in START_TEST() 192 hwnd1 = MyCreateWindow(style); in START_TEST() 215 hwnd1 = MyCreateWindow(style); in START_TEST() 236 hwnd1 = MyCreateWindow(style); in START_TEST() 258 hwnd1 = MyCreateWindow(style); in START_TEST() [all …]
|
/reactos/modules/rostests/apitests/comctl32/ |
H A D | button.c | 24 HWND hwnd1; in Test_TextMargin() local 58 DestroyWindow(hwnd1); in Test_TextMargin() 68 DestroyWindow(hwnd1); in Test_TextMargin() 74 HWND hwnd1; in Test_Imagelist() local 105 DestroyWindow(hwnd1); in Test_Imagelist() 110 HWND hwnd1, hwnd2; in Test_GetIdealSizeNoThemes() local 130 hdc = GetDC(hwnd1); in Test_GetIdealSizeNoThemes() 140 DestroyWindow(hwnd1); in Test_GetIdealSizeNoThemes() 153 DestroyWindow(hwnd1); in Test_GetIdealSizeNoThemes() 312 hdc = GetDC(hwnd1); in Test_GetIdealSizeNoThemes() [all …]
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GetDCEx.c | 208 HWND hwnd1, hwnd2; in Test_GetDCEx_CS_CLASSDC() local 222 hdc1 = GetDCEx(hwnd1, NULL, 0); in Test_GetDCEx_CS_CLASSDC() 224 hdc2 = GetDCEx(hwnd1, NULL, 0); in Test_GetDCEx_CS_CLASSDC() 248 DestroyWindow(hwnd1); in Test_GetDCEx_CS_CLASSDC() 260 HWND hwnd1,hwnd2, hwnd3; in Test_GetDCEx_CS_Mixed() local 276 hdc1 = GetDCEx(hwnd1, NULL, 0); in Test_GetDCEx_CS_Mixed() 373 DestroyWindow(hwnd1); in Test_GetDCEx_CS_Mixed() 406 DestroyWindow(hwnd1); in Test_GetDCEx_CS_Mixed() 418 HWND hwnd1, hwnd2; in Test_GetDCEx_CS_SwitchedStyle() local 449 DestroyWindow(hwnd1); in Test_GetDCEx_CS_SwitchedStyle() [all …]
|
/reactos/modules/rostests/winetests/imm32/ |
H A D | imm32.c | 1151 HWND hwnd1, hwnd2, default_ime_wnd, ime_wnd; in test_default_ime_window_cb() local 1169 default_ime_wnd = ImmGetDefaultIMEWnd(hwnd1); in test_default_ime_window_cb() 1182 DestroyWindow(hwnd1); in test_default_ime_window_cb() 1191 HWND hwnd1, hwnd2, default_ime_wnd, ime_wnd; in test_default_ime_window_cancel_cb() local 1199 ok(hwnd1 == NULL, "creation succeeded, got %p\n", hwnd1); in test_default_ime_window_cancel_cb() 1207 ok(hwnd1 == NULL, "creation succeeded, got %p\n", hwnd1); in test_default_ime_window_cancel_cb() 1244 HWND hwnd1, hwnd2, default_ime_wnd; in test_default_ime_with_message_only_window_cb() local 1251 default_ime_wnd = ImmGetDefaultIMEWnd(hwnd1); in test_default_ime_with_message_only_window_cb() 1262 DestroyWindow(hwnd1); in test_default_ime_with_message_only_window_cb() 1270 SetParent(hwnd1, HWND_MESSAGE); in test_default_ime_with_message_only_window_cb() [all …]
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 3438 ok(!IsWindowVisible(hwnd1), "%p should be invisible\n", hwnd1); in test_capture_3() 3441 SetCapture(hwnd1); in test_capture_3() 3448 check_wnd_state(hwnd1, hwnd1, hwnd1, hwnd2); in test_capture_3() 4950 HWND hwnd1, hwnd2; in test_scrollvalidate() local 4966 hdc = GetDC( hwnd1); in test_scrollvalidate() 5023 UpdateWindow( hwnd1 ); in test_scrollvalidate() 5091 DestroyWindow( hwnd1); in test_scrollvalidate() 5141 HWND hwnd1; in test_scrolldc() local 5155 hdc = GetDC( hwnd1); in test_scrolldc() 5201 DestroyWindow(hwnd1); in test_scrolldc() [all …]
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHAppBarMessage.cpp | 1129 HWND hwnd1 = Window::DoCreateMainWnd(hInstance, TEXT("Test1"), 80, 80, in START_TEST() local 1131 if (!hwnd1) in START_TEST() 1145 s_hwnd1 = hwnd1; in START_TEST() 1148 PostMessage(hwnd1, WM_COMMAND, ID_ACTION, 0); in START_TEST()
|
/reactos/win32ss/user/user32/include/ |
H A D | ntwrapper.h | 94 DragObject(HWND hwnd1, HWND hwnd2, UINT u1, ULONG_PTR dw1, HCURSOR hc1) in DragObject() argument 96 return NtUserDragObject(hwnd1, hwnd2, u1, dw1, hc1); in DragObject()
|
/reactos/win32ss/user/ntuser/ |
H A D | ntstubs.c | 49 HWND hwnd1, in NtUserDragObject() argument
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 4074 HWND hwnd1, hwnd2; in test_script_cache_reuse() local 4083 hwnd1 = create_test_window(); in test_script_cache_reuse() 4086 hdc1 = GetDC(hwnd1); in test_script_cache_reuse() 4173 DestroyWindow(hwnd1); in test_script_cache_reuse()
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1979 HWND hwnd1,
|