ReactOS 0.4.15-dev-7924-g5949c20
testlist.c File Reference
#include <apitest.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define __ROS_LONG64__
 
#define STANDALONE
 

Functions

void func_CreateService (void)
 
void func_DuplicateTokenEx (void)
 
void func_eventlog (void)
 
void func_Hash (void)
 
void func_HKEY_CLASSES_ROOT (void)
 
void func_IsTextUnicode (void)
 
void func_LockServiceDatabase (void)
 
void func_QueryServiceConfig2 (void)
 
void func_RegCreateKeyEx (void)
 
void func_RegEnumKey (void)
 
void func_RegEnumValueW (void)
 
void func_RegOpenKeyExW (void)
 
void func_RegQueryInfoKey (void)
 
void func_RegQueryValueExW (void)
 
void func_RtlEncryptMemory (void)
 
void func_SaferIdentifyLevel (void)
 
void func_ServiceArgs (void)
 
void func_ServiceEnv (void)
 
void func_ServiceNetwork (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ __ROS_LONG64__

#define __ROS_LONG64__

Definition at line 1 of file testlist.c.

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_CreateService()

void func_CreateService ( void  )

◆ func_DuplicateTokenEx()

void func_DuplicateTokenEx ( void  )

◆ func_eventlog()

void func_eventlog ( void  )

◆ func_Hash()

void func_Hash ( void  )

◆ func_HKEY_CLASSES_ROOT()

void func_HKEY_CLASSES_ROOT ( void  )

◆ func_IsTextUnicode()

void func_IsTextUnicode ( void  )

◆ func_LockServiceDatabase()

void func_LockServiceDatabase ( void  )

◆ func_QueryServiceConfig2()

void func_QueryServiceConfig2 ( void  )

◆ func_RegCreateKeyEx()

void func_RegCreateKeyEx ( void  )

◆ func_RegEnumKey()

void func_RegEnumKey ( void  )

◆ func_RegEnumValueW()

void func_RegEnumValueW ( void  )

◆ func_RegOpenKeyExW()

void func_RegOpenKeyExW ( void  )

◆ func_RegQueryInfoKey()

void func_RegQueryInfoKey ( void  )

◆ func_RegQueryValueExW()

void func_RegQueryValueExW ( void  )

◆ func_RtlEncryptMemory()

void func_RtlEncryptMemory ( void  )

◆ func_SaferIdentifyLevel()

void func_SaferIdentifyLevel ( void  )

◆ func_ServiceArgs()

void func_ServiceArgs ( void  )

◆ func_ServiceEnv()

void func_ServiceEnv ( void  )

◆ func_ServiceNetwork()

void func_ServiceNetwork ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "CreateService", func_CreateService },
{ "DuplicateTokenEx", func_DuplicateTokenEx },
{ "eventlog_supp", func_eventlog },
{ "Hash", func_Hash },
{ "HKEY_CLASSES_ROOT", func_HKEY_CLASSES_ROOT },
{ "IsTextUnicode" , func_IsTextUnicode },
{ "LockServiceDatabase" , func_LockServiceDatabase },
{ "QueryServiceConfig2", func_QueryServiceConfig2 },
{ "RegCreateKeyEx", func_RegCreateKeyEx },
{ "RegEnumKey", func_RegEnumKey },
{ "RegEnumValueW", func_RegEnumValueW },
{ "RegQueryInfoKey", func_RegQueryInfoKey },
{ "RegOpenKeyExW", func_RegOpenKeyExW },
{ "RegQueryValueExW", func_RegQueryValueExW },
{ "RtlEncryptMemory", func_RtlEncryptMemory },
{ "SaferIdentifyLevel", func_SaferIdentifyLevel },
{ "ServiceArgs", func_ServiceArgs },
{ "ServiceEnv", func_ServiceEnv },
{ "ServiceNetwork", func_ServiceNetwork },
{ 0, 0 }
}
void func_Hash(void)
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_RegCreateKeyEx(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)

Definition at line 26 of file testlist.c.