[PSAPI_APITEST]
authorPierre Schweitzer <pierre@reactos.org>
Sun, 6 Oct 2013 22:16:42 +0000 (22:16 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 6 Oct 2013 22:16:42 +0000 (22:16 +0000)
commitb7674bb16497c02bd50ce46acacc17bb12a9511a
tree4db117df9352edeed9de68216b0b17e8fcfc7059
parent81708b99cdbcaf5422ab97eafe9702c36ab944aa
[PSAPI_APITEST]
Add an apitest for psapi GetDeviceDriverFileName.

I'm looking for help to bring it even farther. Ideally, it would be interesting
to be able to GetDeviceDriverFileName on ntoskrnl base address. The whole point is
about getting it dynamically.

The day we can do it properly, I can predict that it will fail on ReactOS, we're not having
correct paths for KDCOM, HAL, and NTOSKRNL modules in the kernel (thank you FreeLdr? - Where are you
starting '\'?)

svn path=/trunk/; revision=60566
rostests/apitests/CMakeLists.txt
rostests/apitests/psapi/CMakeLists.txt [new file with mode: 0644]
rostests/apitests/psapi/psapi.c [new file with mode: 0644]
rostests/apitests/psapi/testlist.c [new file with mode: 0644]