Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/atl/
H A DSubclassWindow.cpp95 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 Dbutton.c24 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 DGetDCEx.c208 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 Dimm32.c1151 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 Dwin.c3438 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 DSHAppBarMessage.cpp1129 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 Dntwrapper.h94 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 Dntstubs.c49 HWND hwnd1, in NtUserDragObject() argument
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c4074 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 Dntuser.h1979 HWND hwnd1,