|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <apitest.h>#include <stdio.h>#include <windows.h>#include <uxtheme.h>#include <undocuser.h>#include <msgtrace.h>#include <user32testhelpers.h>
Go to the source code of this file.
Functions | |
| static int | get_iwnd (HWND hWnd) |
| static LRESULT CALLBACK | TestProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
| static void | FlushMessages () |
| void | Test_Messages () |
| static LONG WINAPI | VEHandler_1 (PEXCEPTION_POINTERS ExceptionInfo) |
| static LONG WINAPI | VEHandler_2 (PEXCEPTION_POINTERS ExceptionInfo) |
| void | Test_Params () |
| START_TEST (DrawThemeParentBackground) | |
Variables | |
| HWND | hWnd1 |
| HWND | hWnd2 |
| MSG_ENTRY | draw_parent_chain [] |
| BOOL | bGotException |
|
static |
Definition at line 36 of file DrawThemeParentBackground.c.
Referenced by Test_Messages().
Definition at line 18 of file DrawThemeParentBackground.c.
Referenced by FlushMessages(), and TestProc().
| START_TEST | ( | DrawThemeParentBackground | ) |
Definition at line 211 of file DrawThemeParentBackground.c.
Definition at line 53 of file DrawThemeParentBackground.c.
Referenced by START_TEST().
Definition at line 128 of file DrawThemeParentBackground.c.
Referenced by START_TEST().
Definition at line 25 of file DrawThemeParentBackground.c.
|
static |
|
static |
Definition at line 122 of file DrawThemeParentBackground.c.
Referenced by Test_Params().
| BOOL bGotException |
Definition at line 114 of file DrawThemeParentBackground.c.
Referenced by Test_ExtCreatePen_Helper(), Test_Params(), test_SheRemoveQuotesA(), test_SheRemoveQuotesW(), and VEHandler_2().
| MSG_ENTRY draw_parent_chain[] |
Definition at line 49 of file DrawThemeParentBackground.c.
Referenced by Test_Messages().
| HWND hWnd1 |
Definition at line 16 of file DrawThemeParentBackground.c.
Referenced by get_iwnd(), Test_Messages(), and Test_Params().
| HWND hWnd2 |
Definition at line 16 of file DrawThemeParentBackground.c.
Referenced by get_iwnd(), Test_Messages(), and Test_Params().