ReactOS 0.4.16-dev-981-g80eb313
|
#include <assert.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "dbt.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | DRAW_ITEM_STRUCT |
struct | MEASURE_ITEM_STRUCT |
struct | message |
struct | recvd_message |
struct | wnd_event |
struct | timer_info |
struct | sendmsg_info |
struct | peekmsg_info |
struct | rbuttonup_thread_data |
struct | layered_window_info |
Typedefs | |
typedef BOOL(WINAPI * | IS_WINEVENT_HOOK_INSTALLED) (DWORD) |
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 } |
#define clear_clipboard | ( | hwnd | ) | clear_clipboard_(__LINE__, (hwnd)) |
#define DUMP | ( | flag | ) | do { if (flags & flag) { strcat( buffer, "|" #flag ); flags &= ~flag; } } while(0) |
#define expect_HWND | ( | expected, | |
got | |||
) | expect_HWND_(__LINE__, (expected), (got)) |
#define track_hover | ( | track_hwnd, | |
track_hover_time | |||
) |
#define track_hover_cancel | ( | track_hwnd | ) |
#define track_query | ( | expected_track_flags, | |
expected_track_hwnd, | |||
expected_hover_time | |||
) |
Definition at line 136 of file msg.c.
|
static |
Definition at line 2110 of file msg.c.
Definition at line 4958 of file msg.c.
Referenced by test_MsgWaitForMultipleObjects().
|
static |
Definition at line 15940 of file msg.c.
Referenced by test_broadcast().
|
static |
Definition at line 6212 of file msg.c.
Referenced by subclass_button().
Definition at line 10222 of file msg.c.
Referenced by test_timers(), and test_timers_no_wnd().
|
static |
Definition at line 10228 of file msg.c.
Referenced by test_timers_exception().
|
static |
Definition at line 17363 of file msg.c.
Referenced by test_TrackPopupMenu().
|
static |
Definition at line 17341 of file msg.c.
Referenced by test_TrackPopupMenu(), and test_TrackPopupMenuEmpty().
Definition at line 10536 of file msg.c.
Referenced by test_winevents().
Definition at line 10625 of file msg.c.
Referenced by test_winevents().
Definition at line 9955 of file msg.c.
Referenced by init_tests(), START_TEST(), and test_set_hook().
|
static |
Definition at line 14897 of file msg.c.
Definition at line 7717 of file msg.c.
|
static |
Definition at line 18029 of file msg.c.
Referenced by START_TEST().
Definition at line 15714 of file msg.c.
|
static |
Definition at line 7371 of file msg.c.
Referenced by test_combobox_messages().
|
static |
Definition at line 7436 of file msg.c.
Referenced by subclass_combobox().
|
static |
Definition at line 7404 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 8573 of file msg.c.
Referenced by test_interthread_messages().
Definition at line 8551 of file msg.c.
Referenced by create_child_thread().
Definition at line 8615 of file msg.c.
Referenced by test_interthread_messages().
|
static |
Definition at line 11279 of file msg.c.
Referenced by test_DispatchMessage().
|
static |
Definition at line 13572 of file msg.c.
Referenced by test_dlg_proc2(), and test_dlg_proc4().
Definition at line 16095 of file msg.c.
Referenced by START_TEST().
Definition at line 16085 of file msg.c.
Referenced by do_wait_idle_child().
void dump_region | ( | HRGN | hrgn | ) |
Definition at line 7695 of file msg.c.
Referenced by check_update_rgn_(), test_scrolldc(), and test_scrollvalidate().
|
static |
Definition at line 2309 of file msg.c.
Referenced by ok_sequence_().
|
static |
Definition at line 11600 of file msg.c.
Referenced by subclass_edit().
Definition at line 2285 of file msg.c.
Referenced by create_child_thread(), create_grand_child_thread(), invisible_parent_tests(), START_TEST(), test_accelerators(), test_autoradio_BM_CLICK(), test_autoradio_kbd_move(), test_broadcast(), test_button_messages(), test_defwinproc(), test_DispatchMessage(), test_DoubleSetCapture(), test_interthread_messages(), test_keyflags(), test_layered_window(), test_menu_messages(), test_messages(), test_msg_setpos_(), test_notify_message(), test_nullCallback(), test_paint_messages(), test_PeekMessage(), test_PeekMessage2(), test_PeekMessage3(), test_PostMessage(), test_quit_message(), test_restore_messages(), test_scroll_messages(), test_scrollwindowex(), test_SendMessage_other_thread(), test_SendMessageTimeout(), test_SetFocus(), test_SetParent(), test_setwindowpos(), test_SetWindowRgn(), test_ShowWindow(), test_TrackMouseEvent(), test_TrackPopupMenu(), test_TrackPopupMenuEmpty(), test_WM_SETREDRAW(), and test_wmime_keydown_message().
Definition at line 2300 of file msg.c.
Referenced by cbt_global_hook_thread_proc(), create_child_thread(), create_grand_child_thread(), invisible_parent_tests(), mouse_ll_global_thread_proc(), ok_sequence_(), test_accelerators(), test_autoradio_BM_CLICK(), test_autoradio_kbd_move(), test_button_messages(), test_clipboard_viewers(), test_combobox_messages(), test_dbcs_wm_char(), test_defwinproc(), test_DestroyWindow(), test_dialog_messages(), test_DispatchMessage(), test_DoubleSetCapture(), test_edit_messages(), test_EndDialog(), test_enddialog_seq(), test_enddialog_seq2(), test_hotkey(), test_interthread_messages(), test_keyflags(), test_layered_window(), test_listbox_messages(), test_mdi_messages(), test_menu_messages(), test_message_conversion(), test_messages(), test_msg_setpos_(), test_notify_message(), test_paint_messages(), test_PeekMessage(), test_quit_message(), test_recursive_activation(), test_restore_messages(), test_scroll_messages(), test_scrollwindowex(), test_SendMessage_other_thread(), test_SendMessageTimeout(), test_SetActiveWindow(), test_SetFocus(), test_SetForegroundWindow(), test_SetParent(), test_setwindowpos(), test_SetWindowRgn(), test_showwindow(), test_ShowWindow(), test_static_messages(), test_sys_menu(), test_TrackMouseEvent(), test_TrackPopupMenu(), test_TrackPopupMenuEmpty(), test_unicode_wm_char(), test_winevents(), test_WM_SETREDRAW(), test_wmime_keydown_message(), and win_event_global_thread_proc().
Definition at line 14322 of file msg.c.
Referenced by test_dbcs_wm_char().
Definition at line 15258 of file msg.c.
Referenced by test_menu_messages().
Definition at line 10068 of file msg.c.
Referenced by test_message_conversion().
Definition at line 2051 of file msg.c.
Referenced by add_message_().
Definition at line 2099 of file msg.c.
Referenced by add_message_(), and listbox_hook_proc().
|
static |
Definition at line 9807 of file msg.c.
Referenced by RegisterWindowClasses().
|
static |
Referenced by NtUserSetWinEventHook(), test_set_hook(), and test_winevents().
Definition at line 2077 of file msg.c.
Referenced by button_hook_proc(), cancel_init_proc(), cancel_popup_proc(), combobox_edit_subclass_proc(), combobox_hook_proc(), combobox_lbox_subclass_proc(), dlg_creation_edit_proc(), edit_hook_proc(), HotkeyMsgCheckProcA(), listbox_hook_proc(), mdi_child_wnd_proc(), mdi_client_hook_proc(), mdi_frame_wnd_proc(), MsgCheckProc(), ParentMsgCheckProcA(), PopupMsgCheckProcA(), pump_msg_loop(), static_hook_proc(), test_dlg_proc(), test_dlg_proc2(), test_dlg_proc4(), test_unicode_wm_char(), TestDlgProcA(), TestModalDlgProc2(), TestModalDlgProcA(), and wm_quit_dlg_proc().
Definition at line 17831 of file msg.c.
Referenced by init_tests(), and START_TEST().
Definition at line 2021 of file msg.c.
Referenced by init_tests(), and START_TEST().
Definition at line 18003 of file msg.c.
Referenced by START_TEST().
Definition at line 17606 of file msg.c.
Referenced by test_InSendMessage().
Definition at line 5727 of file msg.c.
Referenced by START_TEST().
Definition at line 9926 of file msg.c.
Referenced by cbt_hook_proc(), and win_event_proc().
Definition at line 16658 of file msg.c.
Referenced by DlgMainProc(), and test_hotkey().
Definition at line 14862 of file msg.c.
Referenced by test_listbox_messages().
|
static |
Definition at line 3668 of file msg.c.
Referenced by mdi_RegisterWindowClasses().
|
static |
Definition at line 3642 of file msg.c.
Referenced by mdi_RegisterWindowClasses().
|
static |
Definition at line 3716 of file msg.c.
Referenced by mdi_RegisterWindowClasses().
Definition at line 3748 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 10661 of file msg.c.
Referenced by test_winevents().
|
static |
Definition at line 9380 of file msg.c.
Referenced by cancel_init_proc(), cancel_popup_proc(), MsgCheckProcA(), and MsgCheckProcW().
|
static |
Definition at line 9532 of file msg.c.
Referenced by DispatchMessageCheckProc(), RegisterWindowClasses(), and send_msg_delay_proc().
|
static |
Definition at line 9537 of file msg.c.
Referenced by RegisterWindowClasses().
|
static |
Definition at line 10044 of file msg.c.
Referenced by test_message_conversion().
|
static |
Definition at line 2393 of file msg.c.
Referenced by test_msg_setpos_().
Definition at line 9778 of file msg.c.
Referenced by RegisterWindowClasses().
|
static |
Definition at line 9580 of file msg.c.
Referenced by radio_test_dlg_proc(), and RegisterWindowClasses().
|
static |
Definition at line 9542 of file msg.c.
Referenced by RegisterWindowClasses().
Definition at line 15523 of file msg.c.
Referenced by test_defwinproc().
Definition at line 9117 of file msg.c.
Referenced by test_accelerators().
Definition at line 12749 of file msg.c.
Referenced by test_TrackMouseEvent().
Definition at line 6889 of file msg.c.
Referenced by test_autoradio_BM_CLICK(), and test_autoradio_kbd_move().
Definition at line 11002 of file msg.c.
Referenced by test_recursive_hook().
|
static |
Definition at line 9736 of file msg.c.
Referenced by RegisterWindowClasses().
|
static |
Definition at line 15733 of file msg.c.
Referenced by test_clipboard_viewers().
Definition at line 7654 of file msg.c.
Referenced by test_wmime_keydown_message().
Definition at line 9850 of file msg.c.
Referenced by init_tests(), and START_TEST().
Definition at line 17657 of file msg.c.
Referenced by test_InSendMessage().
Definition at line 11373 of file msg.c.
Referenced by test_SendMessageTimeout().
Definition at line 11770 of file msg.c.
Referenced by test_PeekMessage().
Definition at line 17477 of file msg.c.
Referenced by test_SendMessage_other_thread().
Definition at line 17499 of file msg.c.
Referenced by test_SendMessage_other_thread().
Definition at line 15245 of file msg.c.
Referenced by test_menu_messages().
|
static |
|
static |
Definition at line 9693 of file msg.c.
Referenced by RegisterWindowClasses().
START_TEST | ( | msg | ) |
Definition at line 17846 of file msg.c.
START_TEST | ( | msg_clipboard | ) |
START_TEST | ( | msg_controls | ) |
Definition at line 18238 of file msg.c.
START_TEST | ( | msg_dialog | ) |
Definition at line 18259 of file msg.c.
START_TEST | ( | msg_focus | ) |
Definition at line 18094 of file msg.c.
START_TEST | ( | msg_hook | ) |
Definition at line 18179 of file msg.c.
START_TEST | ( | msg_input | ) |
Definition at line 18154 of file msg.c.
START_TEST | ( | msg_layered_window | ) |
START_TEST | ( | msg_mdi | ) |
START_TEST | ( | msg_menu | ) |
Definition at line 18221 of file msg.c.
START_TEST | ( | msg_messages | ) |
Definition at line 18080 of file msg.c.
START_TEST | ( | msg_paint | ) |
Definition at line 18137 of file msg.c.
START_TEST | ( | msg_queue | ) |
Definition at line 18047 of file msg.c.
START_TEST | ( | msg_timer | ) |
Definition at line 18168 of file msg.c.
START_TEST | ( | msg_winpos | ) |
Definition at line 18124 of file msg.c.
|
static |
Definition at line 7169 of file msg.c.
Referenced by subclass_static().
|
static |
Definition at line 9644 of file msg.c.
Referenced by RegisterWindowClasses().
Definition at line 6263 of file msg.c.
Referenced by test_autoradio_BM_CLICK(), test_autoradio_kbd_move(), and test_button_messages().
Definition at line 7468 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 11624 of file msg.c.
Referenced by test_dialog_messages(), and test_edit_messages().
Definition at line 7193 of file msg.c.
Referenced by test_static_messages().
Definition at line 9147 of file msg.c.
Referenced by START_TEST().
Definition at line 6895 of file msg.c.
Referenced by START_TEST().
Definition at line 6995 of file msg.c.
Referenced by START_TEST().
Definition at line 15952 of file msg.c.
Referenced by START_TEST().
Definition at line 6611 of file msg.c.
Referenced by START_TEST().
Definition at line 6278 of file msg.c.
Referenced by START_TEST().
Definition at line 15746 of file msg.c.
Referenced by START_TEST().
Definition at line 7483 of file msg.c.
Referenced by START_TEST().
Definition at line 14334 of file msg.c.
Referenced by START_TEST().
Definition at line 15536 of file msg.c.
Referenced by START_TEST().
Definition at line 15652 of file msg.c.
Referenced by START_TEST().
Definition at line 11154 of file msg.c.
Referenced by START_TEST().
Definition at line 13784 of file msg.c.
Referenced by START_TEST().
Definition at line 11285 of file msg.c.
Referenced by START_TEST().
|
static |
Definition at line 13544 of file msg.c.
Referenced by test_dialog_messages(), and test_EndDialog().
|
static |
Definition at line 13589 of file msg.c.
Referenced by test_dialog_messages().
|
static |
Definition at line 13612 of file msg.c.
Referenced by test_dialog_messages().
|
static |
Definition at line 13618 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 17704 of file msg.c.
Referenced by START_TEST().
Definition at line 11639 of file msg.c.
Referenced by START_TEST().
Definition at line 13998 of file msg.c.
Referenced by START_TEST().
Definition at line 13952 of file msg.c.
Referenced by test_EndDialog().
Definition at line 13977 of file msg.c.
Referenced by test_EndDialog().
Definition at line 16684 of file msg.c.
Referenced by START_TEST().
|
static |
Definition at line 4451 of file msg.c.
Referenced by test_scroll_messages().
|
static |
Definition at line 4490 of file msg.c.
Referenced by test_scroll_messages().
Definition at line 17669 of file msg.c.
Referenced by START_TEST().
Definition at line 8655 of file msg.c.
Referenced by START_TEST().
Definition at line 17815 of file msg.c.
Referenced by START_TEST().
Definition at line 16488 of file msg.c.
Referenced by START_TEST().
Definition at line 17209 of file msg.c.
Referenced by START_TEST().
Definition at line 14915 of file msg.c.
Referenced by START_TEST().
Definition at line 3778 of file msg.c.
Referenced by START_TEST().
Definition at line 15273 of file msg.c.
Referenced by START_TEST().
Definition at line 10082 of file msg.c.
Referenced by START_TEST().
Definition at line 5106 of file msg.c.
Referenced by START_TEST().
|
static |
Definition at line 5091 of file msg.c.
Definition at line 4963 of file msg.c.
Referenced by test_messages().
Definition at line 12681 of file msg.c.
Referenced by START_TEST().
Definition at line 14112 of file msg.c.
Referenced by START_TEST().
Definition at line 7890 of file msg.c.
Referenced by START_TEST().
Definition at line 15425 of file msg.c.
Referenced by START_TEST().
Definition at line 11804 of file msg.c.
Referenced by START_TEST().
Definition at line 12312 of file msg.c.
Referenced by START_TEST().
Definition at line 12405 of file msg.c.
Referenced by START_TEST().
Definition at line 15879 of file msg.c.
Referenced by START_TEST().
Definition at line 12585 of file msg.c.
Referenced by START_TEST().
|
static |
Definition at line 4776 of file msg.c.
Referenced by START_TEST().
Definition at line 11021 of file msg.c.
Referenced by START_TEST().
Definition at line 17771 of file msg.c.
Referenced by START_TEST().
Definition at line 4548 of file msg.c.
Referenced by test_messages().
Definition at line 11065 of file msg.c.
Referenced by START_TEST().
Definition at line 17525 of file msg.c.
Referenced by START_TEST().
Definition at line 11399 of file msg.c.
Referenced by START_TEST().
Definition at line 10897 of file msg.c.
Referenced by START_TEST().
Definition at line 14232 of file msg.c.
Referenced by START_TEST().
Definition at line 16974 of file msg.c.
Referenced by START_TEST().
Definition at line 14299 of file msg.c.
Referenced by START_TEST().
Definition at line 16391 of file msg.c.
Referenced by START_TEST().
Definition at line 5698 of file msg.c.
Referenced by START_TEST().
Definition at line 13023 of file msg.c.
Referenced by START_TEST().
Definition at line 4635 of file msg.c.
Referenced by START_TEST().
Definition at line 13303 of file msg.c.
Referenced by START_TEST().
Definition at line 7208 of file msg.c.
Referenced by START_TEST().
Definition at line 4809 of file msg.c.
Referenced by START_TEST().
Definition at line 10249 of file msg.c.
Referenced by START_TEST(), and timers_suite().
Definition at line 10395 of file msg.c.
Referenced by test_timers_exceptions().
Definition at line 10325 of file msg.c.
Referenced by START_TEST().
Definition at line 12793 of file msg.c.
Referenced by START_TEST().
Definition at line 17376 of file msg.c.
Referenced by START_TEST().
Definition at line 17437 of file msg.c.
Referenced by START_TEST().
Definition at line 14654 of file msg.c.
Referenced by START_TEST().
Definition at line 16275 of file msg.c.
Referenced by START_TEST().
Definition at line 10692 of file msg.c.
Referenced by START_TEST().
Definition at line 5037 of file msg.c.
Referenced by test_messages().
Definition at line 4363 of file msg.c.
Referenced by test_messages().
Definition at line 7665 of file msg.c.
Referenced by START_TEST().
Definition at line 9659 of file msg.c.
Referenced by RegisterWindowClasses().
|
static |
Definition at line 4421 of file msg.c.
Referenced by test_dialog_messages().
|
static |
Definition at line 4390 of file msg.c.
Referenced by test_messages().
Definition at line 10213 of file msg.c.
Referenced by test_timers(), test_timers_no_wnd(), and timer_thread_proc().
Definition at line 8529 of file msg.c.
Referenced by test_interthread_messages(), and test_SetFocus().
Definition at line 10234 of file msg.c.
Referenced by test_timers().
Definition at line 17197 of file msg.c.
Referenced by test_layered_window().
Definition at line 11384 of file msg.c.
Referenced by test_SendMessageTimeout().
Definition at line 16256 of file msg.c.
Referenced by test_WaitForInputIdle().
Definition at line 12296 of file msg.c.
Referenced by test_PeekMessage2().
|
static |
Definition at line 10505 of file msg.c.
Referenced by test_winevents().
Definition at line 10596 of file msg.c.
Referenced by test_winevents().
|
static |
Definition at line 10014 of file msg.c.
Referenced by START_TEST(), and test_set_hook().
Definition at line 12534 of file msg.c.
Referenced by test_quit_message().
|
static |
Definition at line 7639 of file msg.c.
Referenced by register_wmime_keydown_class().
|
static |
Definition at line 1998 of file msg.c.
Referenced by test_messages(), and TestDlgProcA().
Definition at line 6731 of file msg.c.
Referenced by test_autoradio_BM_CLICK().
Definition at line 6816 of file msg.c.
Referenced by test_autoradio_kbd_move().
Definition at line 6868 of file msg.c.
Referenced by test_autoradio_kbd_move().
Definition at line 6777 of file msg.c.
Referenced by test_autoradio_kbd_move().
Definition at line 6883 of file msg.c.
Referenced by test_autoradio_kbd_move().
|
static |
Definition at line 10534 of file msg.c.
Referenced by cbt_global_hook_proc().
|
static |
Definition at line 119 of file msg.c.
Referenced by cbt_hook_proc(), init_tests(), and START_TEST().
Definition at line 11132 of file msg.c.
Referenced by test_DestroyWindow().
Definition at line 17698 of file msg.c.
Referenced by test_DoubleSetCapture().
Definition at line 10065 of file msg.c.
Referenced by get_text_len_proc(), and test_message_conversion().
|
static |
Definition at line 7369 of file msg.c.
Referenced by combobox_edit_subclass_proc(), and test_combobox_messages().
DWORD exp |
Definition at line 16058 of file msg.c.
Referenced by __declspec(), _assert(), _check_ref(), _check_release(), _CIexp(), _scalb(), _Stl_set_exponent(), _Stl_string_to_double(), _Stl_tenscale(), _test_color(), _test_img_height(), _test_img_width(), check_floats_(), check_mat(), check_vertex_components(), cosh(), Tokenizer::count_captures(), do_authorization(), EditTypeDlg_WriteClass(), ExceptionFilterSSEException(), ExceptionFilterSSESupport(), exp(), expf(), expl(), expT(), float_32_to_16(), gl_fog_color_pixels(), gl_fog_color_vertices(), gl_fog_index_pixels(), gl_fog_index_vertices(), Global_Exp(), HTTP_DoAuthorization(), I10_OUTPUT(), JSGlobal_parseFloat(), ldexp(), Math_exp(), MatrixTest(), mul_pow10(), Number_toString(), parse_decimal(), parse_numeric_literal(), ParseFile(), powT(), pp_add_macro(), r_verify_inifile(), r_verifyProxyEnable(), rdssl_mod_exp(), RpcAuthInfo_Create(), RpcBindingSetAuthInfoExA(), RpcBindingSetAuthInfoExW(), RPCRT4_ServerConnectionAuth(), RPCRT4_ServerGetRegisteredAuthInfo(), rpn_exp(), sec_rsa_encrypt(), sinh(), SquareDouble(), tanh(), test__tcscoll(), test__tcsncoll(), test__tcsnicoll(), test__wcsicmp_l(), test_ACLMulti(), test_C_locale(), test_enumerate_name(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_ismbckata(), test_ismbclegal(), test_mbbtombc(), test_mbcjisjms(), test_mbcjmsjis(), test_mbctohira(), test_mbctokata(), test_mbctombb(), Test_ofuncs(), test_ScCountProps(), test_searchenv(), test_SpecialCasing(), test_strstr(), test_tab(), test_UlPropSize(), test_updates(), test_VarAbs(), test_VarAdd(), test_VarAnd(), test_VarDiv(), test_VarEqv(), test_VarFix(), test_VarIdiv(), test_VarImp(), test_VarInt(), test_VarMod(), test_VarMul(), test_VarNeg(), test_VarNot(), test_VarOr(), test_VarPow(), test_VarRound(), test_VarSub(), test_VarXor(), test_vsnprintf_s(), test_vsnwprintf_s(), test_WaitForInputIdle(), testAcquireSecurityContext(), throw(), ValarrayTest::transcendentals(), and xdr_double().
|
static |
Definition at line 15939 of file msg.c.
Referenced by broadcast_test_proc(), and test_broadcast().
Definition at line 78 of file msg.c.
Referenced by MsgCheckProc().
|
static |
Definition at line 10533 of file msg.c.
Referenced by cbt_global_hook_proc(), and test_winevents().
|
static |
Definition at line 118 of file msg.c.
Referenced by cbt_hook_proc(), cleanup_tests(), init_tests(), ok_sequence_(), and START_TEST().
Definition at line 2014 of file msg.c.
Referenced by ParentMsgCheckProcA(), test_button_bm_get_set_image(), test_button_messages(), test_DispatchMessage(), and test_layered_window().
|
static |
Definition at line 116 of file msg.c.
Referenced by cleanup_tests(), dump_sequence(), ok_sequence_(), and START_TEST().
|
static |
Definition at line 117 of file msg.c.
Referenced by KeyboardHookProc(), ok_sequence_(), and test_hotkey().
|
static |
Definition at line 11000 of file msg.c.
Referenced by rec_get_message_hook(), and test_recursive_hook().
|
static |
Definition at line 10998 of file msg.c.
Referenced by rec_get_message_hook(), and test_recursive_hook().
|
static |
Definition at line 16656 of file msg.c.
Referenced by KeyboardHookProc(), and test_hotkey().
|
static |
Definition at line 17339 of file msg.c.
Referenced by CFSDropTarget::_GetEffectFromMenu(), cancel_popup_proc(), test_TrackPopupMenu(), and test_TrackPopupMenuEmpty().
Definition at line 2007 of file msg.c.
Referenced by cbt_global_hook_proc(), cbt_hook_proc(), mdi_child_wnd_proc(), test_mdi_messages(), test_PostMessage(), and test_TrackMouseEvent().
|
static |
Definition at line 7369 of file msg.c.
Referenced by combobox_lbox_subclass_proc(), and test_combobox_messages().
|
static |
Definition at line 2001 of file msg.c.
Referenced by ParentMsgCheckProcA(), test_autoradio_BM_CLICK(), test_autoradio_kbd_move(), test_button_messages(), test_combobox_messages(), test_edit_messages(), test_interthread_messages(), test_listbox_messages(), test_messages(), test_paint_messages(), and test_SetFocus().
Definition at line 14860 of file msg.c.
Referenced by test_clipboard_viewers(), test_enddialog_seq(), test_enddialog_seq2(), test_interthread_messages(), and test_timers_exception().
Definition at line 8599 of file msg.c.
Referenced by test_interthread_messages().
Definition at line 8605 of file msg.c.
Referenced by test_interthread_messages().
|
static |
Definition at line 11000 of file msg.c.
Referenced by rec_get_message_hook(), and test_recursive_hook().
|
static |
Definition at line 3639 of file msg.c.
Referenced by mdi_frame_wnd_proc(), mdi_main_wnd_procA(), test_mdi(), test_MDI_child_stack(), test_MDI_create(), and test_mdi_messages().
Definition at line 11565 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11590 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11510 of file msg.c.
Referenced by test_edit_messages().
Definition at line 15449 of file msg.c.
Referenced by test_defwinproc().
|
static |
Definition at line 6210 of file msg.c.
Referenced by button_hook_proc(), and subclass_button().
|
static |
Definition at line 7369 of file msg.c.
Referenced by combobox_hook_proc(), and subclass_combobox().
|
static |
Definition at line 11598 of file msg.c.
Referenced by edit_hook_proc(), and subclass_edit().
|
static |
Definition at line 3640 of file msg.c.
Referenced by mdi_client_hook_proc(), and mdi_RegisterWindowClasses().
|
static |
Definition at line 7167 of file msg.c.
Referenced by static_hook_proc(), and subclass_static().
|
static |
Definition at line 13571 of file msg.c.
Referenced by dlg_creation_edit_proc(), test_dlg_proc2(), and test_dlg_proc4().
|
static |
Definition at line 1998 of file msg.c.
Referenced by PaintLoopProcA(), and test_paintingloop().
|
static |
Definition at line 15731 of file msg.c.
Referenced by recursive_viewer_proc(), and test_clipboard_viewers().
|
static |
Definition at line 10999 of file msg.c.
Referenced by rec_get_message_hook(), and test_recursive_hook().
Definition at line 11046 of file msg.c.
Referenced by test_scrollwindowex().
Definition at line 11060 of file msg.c.
Referenced by test_scrollwindowex().
|
static |
Definition at line 2000 of file msg.c.
Referenced by add_message_(), dump_sequence(), flush_sequence(), ok_sequence_(), test_accelerators(), test_menu_messages(), and test_scroll_messages().
|
static |
Definition at line 1999 of file msg.c.
Referenced by add_message_(), flush_sequence(), test_accelerators(), test_menu_messages(), and test_PeekMessage().
|
static |
Definition at line 2002 of file msg.c.
Referenced by add_message_(), cleanup_tests(), flush_sequence(), init_tests(), and START_TEST().
|
static |
Definition at line 1999 of file msg.c.
Referenced by add_message_(), and flush_sequence().
Definition at line 14126 of file msg.c.
Referenced by test_SetActiveWindow().
Definition at line 14154 of file msg.c.
Referenced by test_SetActiveWindow().
Definition at line 14160 of file msg.c.
Referenced by test_SetActiveWindow().
Definition at line 14188 of file msg.c.
Referenced by test_SetActiveWindow().
Definition at line 14207 of file msg.c.
Referenced by test_SetActiveWindow().
Definition at line 7251 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 7266 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 7278 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 7325 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 7354 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 7340 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 14287 of file msg.c.
Referenced by test_SetForegroundWindow().
Definition at line 11499 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11524 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11536 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11542 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11581 of file msg.c.
Referenced by test_edit_messages().
Definition at line 11483 of file msg.c.
Referenced by test_edit_messages().
|
static |
Definition at line 115 of file msg.c.
Referenced by MsgCheckProc(), and test_defwinproc().
|
static |
Definition at line 1998 of file msg.c.
Referenced by test_messages(), and TestDlgProcA().
|
static |
Definition at line 114 of file msg.c.
Referenced by cbt_hook_proc(), MsgCheckProc(), and test_DestroyWindow().
Definition at line 121 of file msg.c.
Referenced by RegisterWindowClasses(), test_dbcs_wm_char(), test_message_conversion(), and test_unicode_wm_char().
BOOL todo |
Definition at line 16059 of file msg.c.
Referenced by ok_sequence_(), test_msg_setpos_(), and test_WaitForInputIdle().
Definition at line 76 of file msg.c.
Referenced by button_hook_proc().
const struct { ... } wait_idle_expect[] |
Referenced by test_WaitForInputIdle().
Definition at line 14827 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14834 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14844 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14778 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14810 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14818 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14747 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14756 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 14767 of file msg.c.
Referenced by test_listbox_messages().
Definition at line 15086 of file msg.c.
Referenced by test_menu_messages().
Definition at line 15112 of file msg.c.
Referenced by test_menu_messages().
Definition at line 15148 of file msg.c.
Referenced by test_menu_messages().
Definition at line 15185 of file msg.c.
Referenced by test_menu_messages().
Definition at line 8993 of file msg.c.
Referenced by test_accelerators().
Definition at line 8874 of file msg.c.
Referenced by test_accelerators().
Definition at line 2727 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2732 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 7857 of file msg.c.
Referenced by test_paint_messages().
Definition at line 6163 of file msg.c.
Referenced by test_button_messages().
Definition at line 6188 of file msg.c.
Referenced by test_button_messages().
Definition at line 894 of file msg.c.
Referenced by test_messages().
Definition at line 1185 of file msg.c.
Referenced by invisible_parent_tests(), and test_messages().
Definition at line 1452 of file msg.c.
Referenced by test_messages().
Definition at line 13673 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 13687 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 13711 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 13723 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 13749 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 759 of file msg.c.
Referenced by test_showwindow().
Definition at line 907 of file msg.c.
Referenced by test_messages().
Definition at line 1198 of file msg.c.
Referenced by test_messages().
Definition at line 715 of file msg.c.
Referenced by test_showwindow().
Definition at line 3127 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2749 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2853 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2887 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2945 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3026 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2686 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2637 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2580 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 176 of file msg.c.
Referenced by test_messages().
Definition at line 843 of file msg.c.
Referenced by test_showwindow().
Definition at line 1217 of file msg.c.
Referenced by test_messages().
Definition at line 13641 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 13661 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 1399 of file msg.c.
Referenced by test_messages().
Definition at line 1429 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 2870 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3256 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3165 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2784 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2672 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 2620 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 696 of file msg.c.
Referenced by test_messages().
Definition at line 6171 of file msg.c.
Referenced by test_button_messages().
Definition at line 11271 of file msg.c.
Referenced by test_DispatchMessage().
Definition at line 1744 of file msg.c.
Referenced by test_messages().
Definition at line 171 of file msg.c.
Referenced by invisible_parent_tests(), test_clipboard_viewers(), test_dbcs_wm_char(), test_defwinproc(), test_DispatchMessage(), test_hv_scroll_1(), test_hv_scroll_2(), test_layered_window(), test_messages(), test_paint_messages(), test_PeekMessage(), test_scrollwindowex(), test_SendMessage_other_thread(), test_SendMessageTimeout(), test_SetFocus(), test_SetForegroundWindow(), test_ShowWindow(), test_sys_menu(), and test_winevents().
Definition at line 1798 of file msg.c.
Referenced by test_messages().
Definition at line 1511 of file msg.c.
Referenced by test_messages().
Definition at line 7802 of file msg.c.
Referenced by test_paint_messages().
Definition at line 1422 of file msg.c.
Referenced by test_interthread_messages().
Definition at line 9037 of file msg.c.
Referenced by test_accelerators().
Definition at line 1176 of file msg.c.
Referenced by test_messages().
Definition at line 1053 of file msg.c.
Referenced by test_messages().
Definition at line 1080 of file msg.c.
Referenced by test_messages().
Definition at line 1105 of file msg.c.
Referenced by test_messages().
Definition at line 1123 of file msg.c.
Referenced by test_messages().
Definition at line 1149 of file msg.c.
Referenced by test_messages().
Definition at line 1809 of file msg.c.
Referenced by test_scroll_messages().
Definition at line 1804 of file msg.c.
Referenced by test_scroll_messages().
Definition at line 10059 of file msg.c.
Referenced by test_message_conversion().
Definition at line 7759 of file msg.c.
Referenced by test_paint_messages().
Definition at line 13161 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13169 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13176 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 1380 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1392 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1247 of file msg.c.
Referenced by test_mdi_messages(), and test_messages().
Definition at line 1256 of file msg.c.
Referenced by test_messages().
Definition at line 2663 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 679 of file msg.c.
Referenced by test_messages().
Definition at line 16599 of file msg.c.
Referenced by test_hotkey().
Definition at line 7625 of file msg.c.
Referenced by test_wmime_keydown_message().
Definition at line 4892 of file msg.c.
Referenced by test_messages().
Definition at line 4899 of file msg.c.
Referenced by test_messages().
Definition at line 4906 of file msg.c.
Referenced by test_messages().
Definition at line 4913 of file msg.c.
Referenced by test_messages().
Definition at line 4920 of file msg.c.
Referenced by test_messages().
Definition at line 7772 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7786 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7794 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7766 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7779 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7817 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7824 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7834 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7753 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7286 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 11738 of file msg.c.
Referenced by test_PeekMessage().
Definition at line 11743 of file msg.c.
Referenced by test_PeekMessage().
Definition at line 11748 of file msg.c.
Referenced by test_PeekMessage().
Definition at line 5907 of file msg.c.
Referenced by test_button_messages().
Definition at line 5961 of file msg.c.
Referenced by test_button_messages().
Definition at line 5934 of file msg.c.
Referenced by test_button_messages().
Definition at line 5977 of file msg.c.
Referenced by test_button_messages().
Definition at line 5992 of file msg.c.
Referenced by test_button_messages().
Definition at line 6027 of file msg.c.
Referenced by test_button_messages().
Definition at line 6039 of file msg.c.
Referenced by test_button_messages().
Definition at line 6007 of file msg.c.
Referenced by test_button_messages().
Definition at line 6017 of file msg.c.
Referenced by test_button_messages().
Definition at line 3484 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3424 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3456 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3555 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 13194 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13204 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13213 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 3607 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 13231 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13235 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13248 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13257 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 1565 of file msg.c.
Referenced by test_messages().
Definition at line 1651 of file msg.c.
Referenced by test_dialog_messages().
Definition at line 12740 of file msg.c.
Referenced by test_TrackMouseEvent().
Definition at line 10498 of file msg.c.
Referenced by test_winevents().
Definition at line 7807 of file msg.c.
Referenced by test_paint_messages(), and test_PeekMessage().
Definition at line 7865 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7877 of file msg.c.
Referenced by test_paint_messages().
Definition at line 7848 of file msg.c.
Referenced by test_paint_messages().
Definition at line 12566 of file msg.c.
Referenced by test_quit_message().
Definition at line 13109 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13121 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13130 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13143 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13151 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 3622 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3572 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 3588 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 15471 of file msg.c.
Referenced by test_defwinproc().
Definition at line 17725 of file msg.c.
Referenced by test_restore_messages().
Definition at line 6196 of file msg.c.
Referenced by test_button_messages().
Definition at line 6202 of file msg.c.
Referenced by test_button_messages().
Definition at line 16947 of file msg.c.
Referenced by test_SetFocus().
Definition at line 16963 of file msg.c.
Referenced by test_SetFocus().
Definition at line 16969 of file msg.c.
Referenced by test_SetFocus().
Definition at line 5895 of file msg.c.
Referenced by test_button_messages().
Definition at line 7312 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 5948 of file msg.c.
Referenced by test_button_messages().
Definition at line 5921 of file msg.c.
Referenced by test_button_messages().
Definition at line 6044 of file msg.c.
Referenced by test_button_messages().
Definition at line 6053 of file msg.c.
Referenced by test_button_messages().
Definition at line 7158 of file msg.c.
Referenced by test_static_messages().
Definition at line 4877 of file msg.c.
Referenced by test_messages().
Definition at line 4886 of file msg.c.
Referenced by test_messages().
Definition at line 17170 of file msg.c.
Referenced by test_layered_window().
Definition at line 17177 of file msg.c.
Referenced by test_layered_window().
Definition at line 1694 of file msg.c.
Referenced by test_messages().
Definition at line 1679 of file msg.c.
Referenced by test_messages().
Definition at line 1732 of file msg.c.
Referenced by test_messages().
Definition at line 16348 of file msg.c.
Referenced by test_SetParent().
Definition at line 16360 of file msg.c.
Referenced by test_SetParent().
Definition at line 7297 of file msg.c.
Referenced by test_combobox_messages().
Definition at line 1762 of file msg.c.
Referenced by test_WM_SETREDRAW().
Definition at line 1768 of file msg.c.
Referenced by test_WM_SETREDRAW().
Definition at line 1845 of file msg.c.
Referenced by test_hv_scroll_1(), and test_hv_scroll_2().
Definition at line 1833 of file msg.c.
Referenced by test_hv_scroll_1(), and test_hv_scroll_2().
Definition at line 1814 of file msg.c.
Referenced by test_scroll_messages().
Definition at line 6133 of file msg.c.
Referenced by test_button_messages().
Definition at line 6155 of file msg.c.
Referenced by test_button_messages().
Definition at line 6140 of file msg.c.
Referenced by test_button_messages().
Definition at line 6147 of file msg.c.
Referenced by test_button_messages().
Definition at line 6090 of file msg.c.
Referenced by test_button_messages().
Definition at line 6121 of file msg.c.
Referenced by test_button_messages().
Definition at line 6100 of file msg.c.
Referenced by test_button_messages().
Definition at line 6110 of file msg.c.
Referenced by test_button_messages().
Definition at line 6061 of file msg.c.
Referenced by test_button_messages().
Definition at line 6077 of file msg.c.
Referenced by test_button_messages().
Definition at line 6085 of file msg.c.
Referenced by test_button_messages().
Definition at line 6070 of file msg.c.
Referenced by test_button_messages().
Definition at line 12978 of file msg.c.
Referenced by test_SetWindowRgn().
Definition at line 12997 of file msg.c.
Referenced by test_SetWindowRgn().
Definition at line 12989 of file msg.c.
Referenced by test_SetWindowRgn().
Definition at line 9090 of file msg.c.
Referenced by test_accelerators().
Definition at line 13064 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 1292 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1309 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1314 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1327 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1332 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1349 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1354 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1370 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1375 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1385 of file msg.c.
Referenced by invisible_parent_tests().
Definition at line 1238 of file msg.c.
Referenced by test_mdi_messages(), and test_messages().
Definition at line 1267 of file msg.c.
Referenced by test_messages().
Definition at line 1277 of file msg.c.
Referenced by test_messages().
Definition at line 1286 of file msg.c.
Referenced by test_messages().
Definition at line 1536 of file msg.c.
Referenced by test_messages().
Definition at line 13261 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13274 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13290 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 507 of file msg.c.
Referenced by test_messages().
Definition at line 778 of file msg.c.
Referenced by test_showwindow().
Definition at line 810 of file msg.c.
Referenced by test_showwindow().
Definition at line 2655 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 13184 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13223 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 620 of file msg.c.
Referenced by test_messages().
Definition at line 13097 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13103 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 1875 of file msg.c.
Referenced by test_showwindow().
Definition at line 1888 of file msg.c.
Referenced by test_showwindow().
Definition at line 1879 of file msg.c.
Referenced by test_showwindow().
Definition at line 1905 of file msg.c.
Referenced by test_showwindow().
Definition at line 13073 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13081 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 13055 of file msg.c.
Referenced by test_ShowWindow().
Definition at line 462 of file msg.c.
Referenced by test_messages().
Definition at line 950 of file msg.c.
Referenced by test_messages().
Definition at line 982 of file msg.c.
Referenced by test_messages().
Definition at line 1015 of file msg.c.
Referenced by test_messages().
Definition at line 549 of file msg.c.
Referenced by test_messages().
Definition at line 572 of file msg.c.
Referenced by test_messages().
Definition at line 929 of file msg.c.
Referenced by test_messages().
Definition at line 877 of file msg.c.
Referenced by test_showwindow().
Definition at line 325 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 380 of file msg.c.
Referenced by test_mdi_messages().
Definition at line 412 of file msg.c.
Referenced by test_paint_messages().
Definition at line 447 of file msg.c.
Referenced by test_paint_messages().
Definition at line 429 of file msg.c.
Referenced by test_paint_messages().
Definition at line 234 of file msg.c.
Referenced by test_messages().
Definition at line 191 of file msg.c.
Referenced by test_messages().
Definition at line 1928 of file msg.c.
Referenced by test_TrackPopupMenu().
Definition at line 1982 of file msg.c.
Referenced by test_TrackPopupMenu().
Definition at line 1949 of file msg.c.
Referenced by test_TrackPopupMenu().
Definition at line 1967 of file msg.c.
Referenced by test_TrackPopupMenuEmpty().
Definition at line 1945 of file msg.c.
Referenced by test_TrackPopupMenu().
Definition at line 11361 of file msg.c.
Referenced by test_PeekMessage(), and test_SendMessageTimeout().
Definition at line 11753 of file msg.c.
Referenced by test_PeekMessage().
Definition at line 9049 of file msg.c.
Referenced by test_accelerators().
Definition at line 9060 of file msg.c.
Referenced by test_accelerators().
Definition at line 10471 of file msg.c.
Referenced by test_winevents().
Definition at line 4934 of file msg.c.
Referenced by test_setwindowpos().
Definition at line 14860 of file msg.c.
Referenced by test_clipboard_viewers(), test_defwinproc(), test_enddialog_seq(), and test_enddialog_seq2().
Definition at line 10042 of file msg.c.
Referenced by MsgConversionProcW().