ReactOS 0.4.16-dev-550-g2186ce3
|
#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) |
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 | FlagsRedrawWindowTest (void) |
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().
Definition at line 434 of file RedrawWindow.c.
Referenced by START_TEST().
Definition at line 37 of file RedrawWindow.c.
Referenced by START_TEST().
Definition at line 219 of file RedrawWindow.c.
Referenced by TestRedrawWindow().
START_TEST | ( | RedrawWindow | ) |
Definition at line 1182 of file RedrawWindow.c.
void TestRedrawWindow | ( | STRUCT_TestRedrawWindow * | ptestRW | ) |
Definition at line 239 of file RedrawWindow.c.
Referenced by TestRedrawWindow2().
UINT TestRedrawWindow2 | ( | STRUCT_TestRedrawWindow * | ptestRW, |
STRUCT_TestRedrawWindowCompare * | ptestRWcompare | ||
) |
Definition at line 354 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().