[APPHELP][APPHELP_APITEST] Partially implement SdbGetMatchingExe, SdbInitDatabase...
authorMark Jansen <mark.jansen@reactos.org>
Sat, 3 Sep 2016 16:20:52 +0000 (16:20 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Sat, 3 Sep 2016 16:20:52 +0000 (16:20 +0000)
commite61bc91d9714845d7e595d004249d47f4f132741
tree920e5ff46335641d5c1656994fadc5b48cf2f98e
parent212b70142ca062dec95a5965226d25f6bd6904b8
[APPHELP][APPHELP_APITEST] Partially implement SdbGetMatchingExe, SdbInitDatabase and SdbTagRefToTagID. CORE-10367
- SdbGetMatchingExe, SdbInitDatabase partial implementation by Mislav Blažević
- Tests by me, they pass on vista - win10. (Win2k3 has another struct layout)
- Move shared test functions to a common header
- SdbTagRefToTagID misses functionality related to multiple databases, but that is not supported anywhere yet.

svn path=/trunk/; revision=72549
reactos/dll/appcompat/apphelp/CMakeLists.txt
reactos/dll/appcompat/apphelp/apphelp.c
reactos/dll/appcompat/apphelp/apphelp.h
reactos/dll/appcompat/apphelp/apphelp.spec
reactos/dll/appcompat/apphelp/hsdb.c [new file with mode: 0644]
reactos/dll/appcompat/apphelp/sdbapi.c
rostests/apitests/apphelp/apphelp.c
rostests/apitests/apphelp/apphelp_apitest.h [new file with mode: 0644]
rostests/apitests/apphelp/data.c
rostests/apitests/apphelp/db.c
rostests/apitests/apphelp/layerapi.c