ReactOS 0.4.16-dev-853-g88d9285
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | TIMER_INTERVAL 200 |
Functions | |
static const char * | DumpInSMEX (void) |
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 (SwitchToThisWindow) | |
Variables | |
static const WCHAR | s_szClassName [] = L"SwitchTest" |
static BOOL | s_bTracing = FALSE |
static INT | s_nWM_SYSCOMMAND_SC_RESTORE = 0 |
static INT | s_nWM_SYSCOMMAND_NOT_SC_RESTORE = 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 20 of file SwitchToThisWindow.c.
Definition at line 45 of file SwitchToThisWindow.c.
Referenced by WindowProc().
Definition at line 23 of file SwitchToThisWindow.c.
Referenced by DoMessage().
Definition at line 88 of file SwitchToThisWindow.c.
Referenced by WindowProc().
START_TEST | ( | SwitchToThisWindow | ) |
Definition at line 193 of file SwitchToThisWindow.c.
Definition at line 173 of file SwitchToThisWindow.c.
Referenced by START_TEST().
Definition at line 12 of file SwitchToThisWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 18 of file SwitchToThisWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 16 of file SwitchToThisWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 15 of file SwitchToThisWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 14 of file SwitchToThisWindow.c.
Referenced by DoMessage(), and OnTimer().
|
static |
Definition at line 17 of file SwitchToThisWindow.c.
Referenced by DoMessage(), and OnTimer().
Definition at line 10 of file SwitchToThisWindow.c.
Referenced by START_TEST().