reactos/modules/rostests/apitests
Colin Finck 3a69fd4e96 [PRINTING] Fix GetPrinterW, add tests for it and GetDefaultPrinterA/W, and add a proper stub for GetPrinterDriverDirectoryA.
* Pass the correct handle to _RpcGetPrinter in GetPrinterW.
* Pass an empty string instead of a NULL pointer as wszComputerName to the GetPrinterLevel* functions, because this variable is later used as source for StringCbCopyExW.
* Don't check for GetLastError() == ERROR_SUCCESS in tests. Windows apparently only sets the last error in case of failure.
  The Printing code should probably be changed similarly in a future commit.

Should fix CORE-14072
2017-12-10 12:28:08 +01:00
..
advapi32 [ADVAPI32_APITEST][NTDLL_APITEST][WINDOWSCODECS] Comment out some unused functions and types. Silences some clang-cl warnings. 2017-12-08 00:22:05 +01:00
apphelp
appshim
atl Add .gitattributes and .gitignore files and normalize line endings in the repository (#10) 2017-10-04 20:37:32 +02:00
browseui [BROWSEUI_APITEST] Improve tests for relative paths 2017-12-05 10:48:37 +02:00
com
comctl32 Add .gitattributes and .gitignore files and normalize line endings in the repository (#10) 2017-10-04 20:37:32 +02:00
crt
dbghelp
dciman32
dnsapi
fltlib
gdi32 [GDI32_APITEST] Properly add CreateDIBPatternBrush.c to the source files list instead of relying on CMake to do so. 2017-12-09 20:03:08 +01:00
gditools
include [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
iphlpapi [IPHLPAPI_APITEST] Add tests for interface resolving functions 2017-12-03 21:08:31 +01:00
kernel32 [KERNEL32_APITEST] Add a few tests for GetVolumeInformation that were used to fix previous issues 2017-10-15 10:44:50 +02:00
localspl
msgina
msvcrt
netapi32
netshell
ntdll [NTDLL_APITEST] Create Test_NtFreeVirtualMemory_Parameters(). CORE-13126 2017-12-08 09:47:44 +01:00
ole32
pefile
powrprof
psapi
sdk
setupapi
shell32 [SHELL32_APITEST] Add test for SHCreateFileExtractIconW 2017-12-09 11:56:42 +01:00
shlwapi
spoolss
user32 [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
user32_dynamic
userenv
uxtheme Add .gitattributes and .gitignore files and normalize line endings in the repository (#10) 2017-10-04 20:37:32 +02:00
win32nt
win32u
winhttp
wininet
winprint
winspool [PRINTING] Fix GetPrinterW, add tests for it and GetDefaultPrinterA/W, and add a proper stub for GetPrinterDriverDirectoryA. 2017-12-10 12:28:08 +01:00
wlanapi
ws2_32 [WS2_32_APITEST] Make the apitest fully C89-compliant to fix building under MSVC 2010. 2017-10-06 17:33:47 +02:00
CMakeLists.txt