reactos/modules/rostests/apitests/user32
James Tabor 993eb07654 [User32|API_TEST] Add Get Window Ptr Test
Adding test to verify results from a foreign window process.
See CORE-17856.
2021-11-27 14:47:11 -06:00
..
AttachThreadInput.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
CloseWindow.c [APITESTS] Improve CloseWindow testcase (#997) 2018-10-30 08:54:40 +09:00
CMakeLists.txt [NTUSER] Fix UserSendKeyboardInput() KEYEVENTF_SCANCODE use case (CORE-17144) 2021-09-25 09:56:12 -04:00
CreateDialog.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
CreateIconFromResourceEx.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
CreateWindowEx.c [ROSTESTS] Update test helpers to allow custom file/line info 2020-02-08 22:09:13 +01:00
DeferWindowPos.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
desktop.c [USER32_APITEST] Add few other tests (validation of the desktop path string); improve the output of some messages, displaying the expected values in case of test failure. 2018-07-22 19:03:17 +02:00
DestroyCursorIcon.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
DM_REPOSITION.c [USER32_APITEST] Power to DM_REPOSITION testcase (#2055) 2019-11-20 09:23:32 +09:00
DrawIconEx.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
DrawText.c [USER32_APITEST] Strengthen DrawText testcase (#2450) 2020-03-17 23:24:11 +09:00
EmptyClipboard.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
EnumDisplaySettings.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetDCEx.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
GetIconInfo.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
GetKeyState.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
GetMessageTime.c [USER32_APITEST] Improve GetMessageTime tests more (#1254) 2019-01-18 12:11:53 +09:00
GetPeekMessage.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetSystemMetrics.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetUserObjectInformation.c [APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them. 2019-12-31 15:18:41 +01:00
GetWindowPlacement.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
InitializeLpkHooks.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
keybd_event.c [NTUSER] Fix UserSendKeyboardInput() KEYEVENTF_SCANCODE use case (CORE-17144) 2021-09-25 09:56:12 -04:00
LoadImage.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
LookupIconIdFromDirectoryEx.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
MessageStateAnalyzer.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
NextDlgItem.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
precomp.h [APITESTS][WINETESTS] Addendum to the recent PCH work. 2017-12-18 13:21:47 +01:00
PrivateExtractIcons.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
RealGetWindowClass.c [INCLUDE/WINE][USER32_APITEST] Add ARRAY_SIZE to test.h and remove it from RealGetWindowClass.c. CORE-14656 2018-05-27 04:05:33 +01:00
RedrawWindow.c [ROSTESTS] Skip some flaky test / do not count successes 2019-12-04 01:24:49 +01:00
RegisterClassEx.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
RegisterHotKey.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
resource.h
ScrollBarWndExtra.c [USER32_APITEST] Show that scrollbars can be created when extra window data is requested. 2019-01-21 22:25:35 +01:00
ScrollDC.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
ScrollWindowEx.c [USER32_APITEST] Strengthen ScrollWindowEx for SW_SCROLLCHILDREN (#2324) 2020-02-11 11:27:55 +09:00
SendMessageTimeout.c [ROSTESTS] Fix 64bit issues (#1261) 2019-01-20 15:58:32 +01:00
SetActiveWindow.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
SetCursorPos.c [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
SetFocus.c [USER32_APITEST] Add SetFocus testcase (#3732) 2021-06-09 16:14:31 +09:00
SetParent.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetProp.c [ROSTESTS] Skip some flaky test / do not count successes 2019-12-04 01:24:49 +01:00
SetScrollInfo.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetScrollRange.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
ShowWindow.c [USER32_APITEST] Add ShowWindow testcase (#3689) 2021-05-30 09:37:38 +09:00
SwitchToThisWindow.c [APITESTS] Add InSendMessage check in SwitchToThisWindow testcase (#998) 2018-10-30 17:14:37 +09:00
SystemParametersInfo.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
test.cur
test.ico
testlist.c [NTUSER] Fix UserSendKeyboardInput() KEYEVENTF_SCANCODE use case (CORE-17144) 2021-09-25 09:56:12 -04:00
TrackMouseEvent.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
user32_apitest.rc [USER32_APITEST] Add SetFocus testcase (#3732) 2021-06-09 16:14:31 +09:00
verclasstest1.manifest
verclasstest2.manifest
WndProc.c [User32|API_TEST] Add Get Window Ptr Test 2021-11-27 14:47:11 -06:00
wsprintf.c