ReactOS 0.4.15-dev-7953-g1f49173
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_CloseThemeData (void)
 
void func_DrawThemeParentBackground (void)
 
void func_SetThemeAppProperties (void)
 
void func_SetWindowTheme (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_CloseThemeData()

void func_CloseThemeData ( void  )

◆ func_DrawThemeParentBackground()

void func_DrawThemeParentBackground ( void  )

◆ func_SetThemeAppProperties()

void func_SetThemeAppProperties ( void  )

◆ func_SetWindowTheme()

void func_SetWindowTheme ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "CloseThemeData", func_CloseThemeData },
{ "DrawThemeParentBackground", func_DrawThemeParentBackground },
{ "SetWindowTheme", func_SetWindowTheme },
{ "SetThemeAppProperties", func_SetThemeAppProperties },
{ 0, 0 }
}
void func_CloseThemeData(void)
void func_DrawThemeParentBackground(void)
void func_SetWindowTheme(void)
void func_SetThemeAppProperties(void)

Definition at line 11 of file testlist.c.