ReactOS 0.4.15-dev-6049-ge54b32b
testlist.c
Go to the documentation of this file.
1#define __ROS_LONG64__
2
3#define STANDALONE
4#include <apitest.h>
5
6extern void func_CreateService(void);
7extern void func_DuplicateTokenEx(void);
8extern void func_eventlog(void);
9extern void func_HKEY_CLASSES_ROOT(void);
10extern void func_IsTextUnicode(void);
11extern void func_LockServiceDatabase(void);
12extern void func_QueryServiceConfig2(void);
13extern void func_RegEnumKey(void);
14extern void func_RegEnumValueW(void);
15extern void func_RegOpenKeyExW(void);
16extern void func_RegQueryInfoKey(void);
17extern void func_RegQueryValueExW(void);
18extern void func_RtlEncryptMemory(void);
19extern void func_SaferIdentifyLevel(void);
20extern void func_ServiceArgs(void);
21extern void func_ServiceEnv(void);
22extern void func_ServiceNetwork(void);
23
24const struct test winetest_testlist[] =
25{
26 { "CreateService", func_CreateService },
27 { "DuplicateTokenEx", func_DuplicateTokenEx },
28 { "eventlog_supp", func_eventlog },
29 { "HKEY_CLASSES_ROOT", func_HKEY_CLASSES_ROOT },
30 { "IsTextUnicode" , func_IsTextUnicode },
31 { "LockServiceDatabase" , func_LockServiceDatabase },
32 { "QueryServiceConfig2", func_QueryServiceConfig2 },
33 { "RegEnumKey", func_RegEnumKey },
34 { "RegEnumValueW", func_RegEnumValueW },
35 { "RegQueryInfoKey", func_RegQueryInfoKey },
36 { "RegOpenKeyExW", func_RegOpenKeyExW },
37 { "RegQueryValueExW", func_RegQueryValueExW },
38 { "RtlEncryptMemory", func_RtlEncryptMemory },
39 { "SaferIdentifyLevel", func_SaferIdentifyLevel },
40 { "ServiceArgs", func_ServiceArgs },
41 { "ServiceEnv", func_ServiceEnv },
42 { "ServiceNetwork", func_ServiceNetwork },
43 { 0, 0 }
44};
45
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:6
void func_DuplicateTokenEx(void)
void func_RtlEncryptMemory(void)
void func_CreateService(void)
void func_RegQueryValueExW(void)
void func_ServiceArgs(void)
void func_RegEnumKey(void)
void func_QueryServiceConfig2(void)
void func_ServiceEnv(void)
void func_LockServiceDatabase(void)
void func_RegQueryInfoKey(void)
void func_eventlog(void)
void func_RegOpenKeyExW(void)
void func_IsTextUnicode(void)
void func_ServiceNetwork(void)
void func_HKEY_CLASSES_ROOT(void)
void func_SaferIdentifyLevel(void)
void func_RegEnumValueW(void)