ReactOS 0.4.16-dev-555-g690643f
|
#include "shelltest.h"
Go to the source code of this file.
Classes | |
struct | 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_TESTSTART 1000 |
#define | ID_TESTEND 2000 |
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 LRESULT CALLBACK | ShellProc (INT nCode, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
START_TEST (ShellHook) | |
Variables | |
static const TEST_ENTRY | s_entries1 [] |
static HHOOK | s_hShellHook = NULL |
static UINT | s_cCreated = 0 |
static UINT | s_cDestroyed = 0 |
static WCHAR | s_szName [] = L"ReactOS ShellHook testcase" |
static HWND | s_hwndParent = NULL |
static HWND | s_hwndTarget = NULL |
static HWND | s_hwndMain = NULL |
#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_TESTEND 2000 |
#define ID_TESTSTART 1000 |
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.
Definition at line 335 of file ShellHook.cpp.
Referenced by START_TEST().
|
static |
Definition at line 257 of file ShellHook.cpp.
Referenced by DoTestEntryPart1().
|
static |
Definition at line 270 of file ShellHook.cpp.
Referenced by DialogProc().
|
static |
Definition at line 290 of file ShellHook.cpp.
Referenced by DialogProc().
Definition at line 312 of file ShellHook.cpp.
Referenced by START_TEST().
START_TEST | ( | ShellHook | ) |
Definition at line 406 of file ShellHook.cpp.
Definition at line 394 of file ShellHook.cpp.
Referenced by START_TEST().
|
static |
Definition at line 249 of file ShellHook.cpp.
Referenced by DialogProc(), DoTestEntryPart1(), DoTestEntryPart2(), and ShellProc().
|
static |
Definition at line 250 of file ShellHook.cpp.
Referenced by DialogProc(), DoTestEntryPart1(), DoTestEntryPart2(), and ShellProc().
|
static |
Definition at line 35 of file ShellHook.cpp.
Referenced by DialogProc().
|
static |
Definition at line 248 of file ShellHook.cpp.
Referenced by ShellProc(), and START_TEST().
Definition at line 254 of file ShellHook.cpp.
Referenced by START_TEST().
Definition at line 252 of file ShellHook.cpp.
Referenced by DoTestEntryPart1(), and DoTestEntryPart2().
Definition at line 253 of file ShellHook.cpp.
Referenced by DoTestEntryPart1(), and DoTestEntryPart2().
|
static |
Definition at line 251 of file ShellHook.cpp.
Referenced by DoCreateWindow(), and START_TEST().