ReactOS 0.4.15-dev-8636-g945e856
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | message |
struct | recvd_message |
Macros | |
#define | WND_PARENT_ID 1 |
#define | WND_POPUP_ID 2 |
#define | GET_PROC(dll, func) |
#define | add_message(msg) add_message_(__LINE__, msg); |
#define | ok_sequence(exp, contx, todo) ok_sequence_((exp), (contx), (todo), __FILE__, __LINE__) |
#define | expect(EXPECTED, GOT) ok((GOT)==(EXPECTED), "Expected %d, got %d\n", (EXPECTED), (GOT)) |
#define | X(f) p##f = (void*)GetProcAddress(hKernel32, #f) |
Enumerations | |
enum | msg_flags_t { sent = 0x1 , posted = 0x2 , parent = 0x4 , wparam = 0x8 , lparam = 0x10 , defwinproc = 0x20 , beginpaint = 0x40 , optional = 0x80 , hook = 0x100 , winevent_hook = 0x200 , kbd_hook = 0x400 , sent = 0x1 , posted = 0x2 , parent = 0x4 , wparam = 0x8 , lparam = 0x10 , defwinproc = 0x20 , beginpaint = 0x40 , optional = 0x80 , hook = 0x100 , winevent_hook =0x200 , id = 0x400 , custdraw = 0x800 , sent = 0x1 , posted = 0x2 , parent = 0x4 , wparam = 0x8 , lparam = 0x10 , defwinproc = 0x20 , beginpaint = 0x40 , optional = 0x80 , hook = 0x100 , winevent_hook =0x200 , id = 0x400 , sent =0x1 , posted =0x2 , parent =0x4 , wparam =0x8 , lparam =0x10 , defwinproc =0x20 , beginpaint =0x40 , optional =0x80 , hook =0x100 , winevent_hook =0x200 , sent =0x1 , posted =0x2 , parent =0x4 , wparam =0x8 , lparam =0x10 , defwinproc =0x20 , beginpaint =0x40 , optional =0x80 , hook =0x100 , winevent_hook =0x200 , kbd_hook =0x400 } |
Variables | |
static | HANDLE |
static void | ULONG |
static void void | SIZE_T |
static void void SIZE_T *static BOOL | test_DestroyWindow_flag |
static HWINEVENTHOOK | hEvent_hook |
static HHOOK | hKBD_hook |
static HHOOK | hCBT_hook |
static DWORD | cbt_hook_thread_id |
static int | sequence_cnt |
static int | sequence_size |
static struct recvd_message * | sequence |
static CRITICAL_SECTION | sequence_cs |
static | UINT |
static const struct message | wm_popup_menu_4 [] |
#define add_message | ( | msg | ) | add_message_(__LINE__, msg); |
Definition at line 98 of file SystemMenu.c.
Definition at line 483 of file SystemMenu.c.
Definition at line 275 of file SystemMenu.c.
#define WND_PARENT_ID 1 |
Definition at line 13 of file SystemMenu.c.
#define WND_POPUP_ID 2 |
Definition at line 14 of file SystemMenu.c.
Definition at line 25 of file SystemMenu.c.
|
static |
Definition at line 99 of file SystemMenu.c.
Definition at line 567 of file SystemMenu.c.
Referenced by init_tests().
|
static |
Definition at line 755 of file SystemMenu.c.
Referenced by START_TEST().
|
static |
Definition at line 193 of file SystemMenu.c.
Referenced by ok_sequence_().
Definition at line 167 of file SystemMenu.c.
Referenced by check_dialog_style(), check_window_style(), main_window_procA(), ok_event_sequence(), run_NCRedrawLoop(), test_csparentdc(), test_customdraw(), test_events(), test_GetMessagePos(), test_GetUpdateRect(), test_keyboard_input(), test_menu_messages(), test_mouse_input(), test_scrolldc(), test_scrollwindow(), test_SetActiveWindow(), test_SetForegroundWindow(), test_setinfo(), test_SetWindowPos(), test_track(), test_TTN_SHOW(), test_window_from_point(), test_window_without_child_style(), and window_from_point_proc().
Definition at line 184 of file SystemMenu.c.
Referenced by flush_sequences(), ok_sequence_(), run_test(), and test_menu_messages().
Definition at line 86 of file SystemMenu.c.
Referenced by MsgCheckProc().
Definition at line 729 of file SystemMenu.c.
Referenced by init_tests().
Definition at line 70 of file SystemMenu.c.
Referenced by init_tests().
Definition at line 739 of file SystemMenu.c.
Referenced by START_TEST().
Definition at line 538 of file SystemMenu.c.
Referenced by cbt_hook_proc().
|
static |
Definition at line 487 of file SystemMenu.c.
Referenced by MsgCheckProcA().
|
static |
Definition at line 514 of file SystemMenu.c.
Referenced by RegisterWindowClasses().
|
static |
Definition at line 279 of file SystemMenu.c.
Referenced by run_test_().
Definition at line 647 of file SystemMenu.c.
Referenced by test_menu_messages().
Definition at line 519 of file SystemMenu.c.
Referenced by init_tests().
START_TEST | ( | SystemMenu | ) |
Definition at line 772 of file SystemMenu.c.
Definition at line 680 of file SystemMenu.c.
Referenced by START_TEST().
|
static |
Definition at line 23 of file SystemMenu.c.
Referenced by cbt_hook_proc(), and init_tests().
Definition at line 17 of file SystemMenu.c.
|
static |
Definition at line 22 of file SystemMenu.c.
Referenced by cbt_hook_proc(), cleanup_tests(), init_tests(), and ok_sequence_().
|
static |
Definition at line 20 of file SystemMenu.c.
Referenced by cleanup_tests(), dump_sequence(), and ok_sequence_().
|
static |
Definition at line 21 of file SystemMenu.c.
Referenced by ok_sequence_().
|
static |
Definition at line 63 of file SystemMenu.c.
Referenced by add_message_(), do_one_pass(), dump_sequence(), flush_sequence(), journal_set_revoke(), journal_test_revoke(), maybeSplitSequence(), ok_sequence_(), s_remote_Sequence(), scan_revoke_records(), UuidCreateSequential(), ZSTD_compressSubBlock_multi(), and ZSTD_ldm_blockCompress().
|
static |
Definition at line 62 of file SystemMenu.c.
Referenced by add_message_(), and flush_sequence().
|
static |
Definition at line 64 of file SystemMenu.c.
Referenced by add_message_(), cleanup_tests(), flush_sequence(), and init_tests().
|
static |
Definition at line 62 of file SystemMenu.c.
Referenced by add_message_(), and flush_sequence().
Definition at line 17 of file SystemMenu.c.
Definition at line 19 of file SystemMenu.c.
Referenced by cbt_hook_proc().
Definition at line 67 of file SystemMenu.c.
Definition at line 17 of file SystemMenu.c.
Definition at line 628 of file SystemMenu.c.
Referenced by test_menu_messages().