|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | testwindow_info |
Macros | |
| #define | MSG_APPBAR WM_APP |
| #define | test_window_rects(a, b) |
Typedefs | |
| typedef BOOL(* | boolean_function) (void) |
Functions | |
| static | HMONITOR (WINAPI *pMonitorFromWindow)(HWND |
| static | HRESULT (WINAPI *pGetCurrentProcessExplicitAppUserModelID)(PWSTR *) |
| static void | testwindow_setpos (HWND hwnd) |
| static LRESULT CALLBACK | testwindow_wndproc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static void | do_events_until (boolean_function test) |
| static void | do_events (void) |
| static BOOL | no_appbars_intersect (void) |
| static BOOL | got_expected_bottom (void) |
| static void | register_testwindow_class (void) |
| static void | test_setpos (void) |
| static void | test_appbarget (void) |
| static void | test_GetCurrentProcessExplicitAppUserModelID (void) |
| START_TEST (appbar) | |
Variables | |
| static const CHAR | testwindow_class [] = "testwindow" |
| static | DWORD |
| static struct testwindow_info | windows [3] |
| static int | expected_bottom |
Definition at line 148 of file appbar.c.
Referenced by test_setpos().
|
static |
Definition at line 122 of file appbar.c.
Referenced by test_setpos().
Definition at line 159 of file appbar.c.
Referenced by got_expected_bottom(), and test_setpos().
Definition at line 181 of file appbar.c.
Referenced by START_TEST().
| START_TEST | ( | appbar | ) |
Definition at line 436 of file appbar.c.
Definition at line 360 of file appbar.c.
Referenced by START_TEST().
Definition at line 415 of file appbar.c.
Referenced by START_TEST().
Definition at line 202 of file appbar.c.
Referenced by START_TEST().
Definition at line 50 of file appbar.c.
Referenced by test_setpos(), and testwindow_wndproc().
|
static |
Definition at line 102 of file appbar.c.
Referenced by register_testwindow_class().
|
static |
Definition at line 48 of file appbar.c.
Referenced by got_expected_bottom(), and test_setpos().
Definition at line 29 of file appbar.c.
Referenced by register_testwindow_class(), and test_setpos().
|
static |
Definition at line 46 of file appbar.c.
Referenced by got_expected_bottom(), no_appbars_intersect(), SwitchDesktopEnumFct(), Desktops::SwitchToDesktop(), and test_setpos().