ReactOS 0.4.16-dev-41-ge8c7597
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | STRUCT_TestRedrawWindow |
struct | STRUCT_TestRedrawWindowCompare |
Typedefs | |
typedef struct STRUCT_TestRedrawWindow | STRUCT_TestRedrawWindow |
typedef struct STRUCT_TestRedrawWindowCompare | STRUCT_TestRedrawWindowCompare |
Functions | |
static LRESULT CALLBACK | WndProc (_In_ HWND hWnd, _In_ UINT message, _In_ WPARAM wParam, _In_ LPARAM lParam) |
void | GetMessageRedrawWindowTest () |
void | DrawContent (HDC hdc, RECT *rect, COLORREF color) |
LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
LRESULT CALLBACK | ChildWindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | ServeSomeMessages (int messageTime, int messageCount) |
void | TestRedrawWindow (STRUCT_TestRedrawWindow *ptestRW) |
UINT | TestRedrawWindow2 (STRUCT_TestRedrawWindow *ptestRW, STRUCT_TestRedrawWindowCompare *ptestRWcompare) |
void | InitRect (RECT *rect, int left, int top, int right, int bottom) |
void | FlagsRedrawWindowTest () |
START_TEST (RedrawWindow) | |
Variables | |
static DWORD | dwThreadId |
static BOOL | got_paint |
BOOL | resultWmEraseGnd = FALSE |
BOOL | resultWmNcPaint = FALSE |
int | paintIndex = 0 |
const wchar_t | CHILD_CLASS_NAME [] = L"ChildWindowClass" |
Definition at line 142 of file RedrawWindow.c.
Referenced by TestRedrawWindow().
Definition at line 95 of file RedrawWindow.c.
Referenced by TestRedrawWindow(), and WindowProc().
void FlagsRedrawWindowTest | ( | ) |
Definition at line 435 of file RedrawWindow.c.
Referenced by START_TEST().
void GetMessageRedrawWindowTest | ( | ) |
Definition at line 37 of file RedrawWindow.c.
Referenced by START_TEST().
Definition at line 218 of file RedrawWindow.c.
Referenced by TestRedrawWindow().
START_TEST | ( | RedrawWindow | ) |
Definition at line 1180 of file RedrawWindow.c.
void TestRedrawWindow | ( | STRUCT_TestRedrawWindow * | ptestRW | ) |
Definition at line 238 of file RedrawWindow.c.
Referenced by TestRedrawWindow2().
UINT TestRedrawWindow2 | ( | STRUCT_TestRedrawWindow * | ptestRW, |
STRUCT_TestRedrawWindowCompare * | ptestRWcompare | ||
) |
Definition at line 348 of file RedrawWindow.c.
Referenced by FlagsRedrawWindowTest().
Definition at line 106 of file RedrawWindow.c.
Referenced by TestRedrawWindow().
|
static |
Definition at line 22 of file RedrawWindow.c.
Referenced by GetMessageRedrawWindowTest().
Definition at line 17 of file RedrawWindow.c.
Referenced by TestRedrawWindow().
|
static |
Definition at line 11 of file RedrawWindow.c.
Referenced by GetMessageRedrawWindowTest(), and WndProc().
|
static |
Definition at line 12 of file RedrawWindow.c.
Referenced by GetMessageRedrawWindowTest(), and WndProc().
int paintIndex = 0 |
Definition at line 16 of file RedrawWindow.c.
Referenced by TestRedrawWindow(), and WindowProc().
Definition at line 14 of file RedrawWindow.c.
Referenced by TestRedrawWindow(), and WindowProc().
Definition at line 15 of file RedrawWindow.c.
Referenced by TestRedrawWindow(), and WindowProc().