reactos/rostests/apitests/user32
Timo Kreuzer 211e68d9b1 [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled
[USER32_APITEST] Disable WndProc test when runtime checks are enabled
[KERNEL32_WINETEST] Zero initialize a buffer. This is necessary, since we fail all calls to GetVolumePathNamesForVolumeNameW and thus never get any data into the buffer, which can later result in a buffer-overrun, when doing a lstrlenW on it.

svn path=/trunk/; revision=64831
2014-10-19 19:37:55 +00:00
..
AttachThreadInput.c [APITEST:USER32] 2014-05-03 17:08:39 +00:00
CMakeLists.txt [USER32_APITEST] 2014-04-25 11:24:41 +00:00
CreateIconFromResourceEx.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
DeferWindowPos.c [user32_apitest] 2013-12-21 10:44:10 +00:00
desktop.c
DestroyCursorIcon.c
DrawIconEx.c
EnumDisplaySettings.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
GetIconInfo.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
GetKeyState.c
GetPeekMessage.c
GetSystemMetrics.c
GetUserObjectInformation.c [USER32_APITEST] 2014-10-13 09:22:59 +00:00
helper.c
helper.h
InitializeLpkHooks.c
LoadImage.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
LookupIconIdFromDirectoryEx.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
RealGetWindowClass.c
resource.h
ScrollDC.c
ScrollWindowEx.c
SetActiveWindow.c
SetCursorPos.c
SystemParametersInfo.c
test.cur
test.ico
testlist.c [USER32_APITEST] 2014-04-25 11:24:41 +00:00
TrackMouseEvent.c
user32_apitest.rc
WndProc.c [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled 2014-10-19 19:37:55 +00:00
wsprintf.c