Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserGetClassInfo.c13 WNDCLASSEXW wclex, wclex2 = {0}; in START_TEST() local
42 wclex2.cbSize = sizeof(WNDCLASSEXW); in START_TEST()
46 TEST(wclex2.cbSize == wclex.cbSize); in START_TEST()
47 TEST(wclex2.style == wclex.style); in START_TEST()
49 TEST(wclex2.cbClsExtra == wclex.cbClsExtra); in START_TEST()
51 TEST(wclex2.hInstance == wclex.hInstance); in START_TEST()
52 TEST(wclex2.hIcon == wclex.hIcon); in START_TEST()
53 TEST(wclex2.hCursor == wclex.hCursor); in START_TEST()
55 TEST(wclex2.lpszMenuName == 0); in START_TEST()
56 TEST(wclex2.lpszClassName == 0); in START_TEST()
[all …]
H A DNtUserCreateWindowEx.c52 WNDCLASSEXW wclex2 = {0}; in START_TEST() local
91 memcpy(&wclex2, &wclex, sizeof(wclex)); in START_TEST()
92 wclex2.lpfnWndProc = wndProc2; in START_TEST()
218 TEST(res.cbSize == wclex2.cbSize); in START_TEST()
219 TEST(res.style == wclex2.style); in START_TEST()
221 TEST(res.cbClsExtra == wclex2.cbClsExtra); in START_TEST()
222 TEST(res.cbWndExtra == wclex2.cbWndExtra); in START_TEST()
223 TEST(res.hInstance == wclex2.hInstance); in START_TEST()
224 TEST(res.hIcon == wclex2.hIcon); in START_TEST()
225 TEST(res.hCursor == wclex2.hCursor); in START_TEST()
[all …]