ReactOS 0.4.15-dev-6057-gd708c79
|
Go to the source code of this file.
Classes | |
struct | TEST_ENTRY |
struct | RUDEAPP_TEST_ENTRY |
Macros | |
#define | STYLE_0 WS_POPUP |
#define | STYLE_1 (WS_POPUP | WS_VISIBLE) |
#define | STYLE_2 (WS_OVERLAPPED | WS_VISIBLE) |
#define | EXSTYLE_0 0 |
#define | EXSTYLE_1 WS_EX_APPWINDOW |
#define | EXSTYLE_2 WS_EX_TOOLWINDOW |
#define | EXSTYLE_3 (WS_EX_APPWINDOW | WS_EX_TOOLWINDOW) |
#define | TYPE_0 FALSE, FALSE |
#define | TYPE_1 FALSE, TRUE |
#define | TYPE_2 TRUE, TRUE |
#define | ID_IGNITION 1000 |
#define | ID_BURNING 2000 |
#define | ID_RUDEAPPTEST1 3000 |
#define | ID_RUDEAPPTEST2 4000 |
Typedefs | |
typedef struct RUDEAPP_TEST_ENTRY | RUDEAPP_TEST_ENTRY |
Functions | |
static HWND | DoCreateWindow (HWND hwndParent, DWORD style, DWORD exstyle, BOOL bFullscreen=FALSE) |
static void | DoTestEntryPart1 (const TEST_ENTRY *pEntry) |
static void | DoTestEntryPart2 (const TEST_ENTRY *pEntry) |
static void | DoRudeAppTest1 (const RUDEAPP_TEST_ENTRY *pEntry) |
static void | DoRudeAppTest2 (const RUDEAPP_TEST_ENTRY *pEntry) |
static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
START_TEST (ShellHook) | |
Variables | |
static const TEST_ENTRY | s_entries1 [] |
static const RUDEAPP_TEST_ENTRY | s_entries2 [] |
static UINT | s_uShellHookMsg = 0 |
static HWND | s_hwndHookViewer = NULL |
static HWND | s_hwndParent = NULL |
static HWND | s_hwndTarget = NULL |
static UINT | s_nWindowCreatedCount = 0 |
static UINT | s_nRudeAppActivated = 0 |
static WCHAR | s_szName [] = L"ReactOS ShellHook testcase" |
#define EXSTYLE_0 0 |
Definition at line 26 of file ShellHook.cpp.
#define EXSTYLE_1 WS_EX_APPWINDOW |
Definition at line 27 of file ShellHook.cpp.
#define EXSTYLE_2 WS_EX_TOOLWINDOW |
Definition at line 28 of file ShellHook.cpp.
#define EXSTYLE_3 (WS_EX_APPWINDOW | WS_EX_TOOLWINDOW) |
Definition at line 29 of file ShellHook.cpp.
#define ID_BURNING 2000 |
#define ID_IGNITION 1000 |
#define ID_RUDEAPPTEST1 3000 |
#define ID_RUDEAPPTEST2 4000 |
Definition at line 22 of file ShellHook.cpp.
#define STYLE_1 (WS_POPUP | WS_VISIBLE) |
Definition at line 23 of file ShellHook.cpp.
#define STYLE_2 (WS_OVERLAPPED | WS_VISIBLE) |
Definition at line 24 of file ShellHook.cpp.
Definition at line 31 of file ShellHook.cpp.
Definition at line 32 of file ShellHook.cpp.
Definition at line 33 of file ShellHook.cpp.
|
static |
Definition at line 382 of file ShellHook.cpp.
Referenced by DoRudeAppTest1(), DoTestEntryPart1(), and START_TEST().
|
static |
Definition at line 433 of file ShellHook.cpp.
Referenced by WindowProc().
|
static |
Definition at line 451 of file ShellHook.cpp.
Referenced by WindowProc().
|
static |
Definition at line 395 of file ShellHook.cpp.
Referenced by WindowProc().
|
static |
Definition at line 417 of file ShellHook.cpp.
Referenced by WindowProc().
START_TEST | ( | ShellHook | ) |
Definition at line 537 of file ShellHook.cpp.
Definition at line 462 of file ShellHook.cpp.
Referenced by START_TEST().
|
static |
Definition at line 35 of file ShellHook.cpp.
Referenced by WindowProc().
|
static |
Definition at line 259 of file ShellHook.cpp.
Referenced by WindowProc().
Definition at line 374 of file ShellHook.cpp.
Referenced by START_TEST(), and WindowProc().
Definition at line 375 of file ShellHook.cpp.
Referenced by DoRudeAppTest1(), DoTestEntryPart1(), and DoTestEntryPart2().
Definition at line 376 of file ShellHook.cpp.
Referenced by DoRudeAppTest1(), DoRudeAppTest2(), DoTestEntryPart1(), DoTestEntryPart2(), and WindowProc().
|
static |
Definition at line 378 of file ShellHook.cpp.
Referenced by DoRudeAppTest1(), DoRudeAppTest2(), and WindowProc().
|
static |
Definition at line 377 of file ShellHook.cpp.
Referenced by DoTestEntryPart1(), DoTestEntryPart2(), and WindowProc().
|
static |
Definition at line 379 of file ShellHook.cpp.
Referenced by DoCreateWindow(), and START_TEST().
|
static |
Definition at line 373 of file ShellHook.cpp.
Referenced by START_TEST(), and WindowProc().