ReactOS 0.4.16-dev-125-g798ea90
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | TIMER_INTERVAL 200 |
Functions | |
static void | DoMessage (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static void | OnTimer (HWND hwnd, UINT id) |
static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
START_TEST (CloseWindow) | |
Variables | |
static const WCHAR | s_szClassName [] = L"CloseWindowTest" |
static BOOL | s_bTracing = FALSE |
static INT | s_nWM_SYSCOMMAND = 0 |
static INT | s_nWM_NCACTIVATE = 0 |
static INT | s_nWM_WINDOWPOSCHANGING = 0 |
static INT | s_nWM_ACTIVATE = 0 |
#define TIMER_INTERVAL 200 |
Definition at line 19 of file CloseWindow.c.
Definition at line 22 of file CloseWindow.c.
Referenced by WindowProc().
Definition at line 46 of file CloseWindow.c.
Referenced by WindowProc().
START_TEST | ( | CloseWindow | ) |
Definition at line 166 of file CloseWindow.c.
Definition at line 146 of file CloseWindow.c.
Referenced by START_TEST().
Definition at line 12 of file CloseWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 17 of file CloseWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 15 of file CloseWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 14 of file CloseWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 16 of file CloseWindow.c.
Referenced by DoMessage(), and OnTimer().
Definition at line 10 of file CloseWindow.c.
Referenced by START_TEST().