[ADVAPI32_APITEST]

- Add a few tests regarding HKEY_CLASSES_ROOT special keys.

svn path=/trunk/; revision=64393
This commit is contained in:
Jérôme Gardou 2014-09-29 13:35:59 +00:00
parent b133b39869
commit 40cf5d521c
3 changed files with 86 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include <apitest.h>
extern void func_CreateService(void);
extern void func_HKEY_CLASSES_ROOT(void);
extern void func_LockDatabase(void);
extern void func_QueryServiceConfig2(void);
extern void func_RtlEncryptMemory(void);
@ -12,6 +13,7 @@ extern void func_SaferIdentifyLevel(void);
const struct test winetest_testlist[] =
{
{ "CreateService", func_CreateService },
{ "HKEY_CLASSES_ROOT", func_HKEY_CLASSES_ROOT },
{ "LockDatabase" , func_LockDatabase },
{ "QueryServiceConfig2", func_QueryServiceConfig2 },
{ "RtlEncryptMemory", func_RtlEncryptMemory },