|
static | BOOL (WINAPI *pActivateActCtx)(HANDLE |
|
static ULONG_PTR *static | HANDLE (WINAPI *pCreateActCtxW)(PCACTCTXW) |
|
static void void SIZE_T *static | void (WINAPI *pReleaseActCtx)(HANDLE) |
|
static LRESULT WINAPI | ParentMsgCheckProcA (HWND, UINT, WPARAM, LPARAM) |
|
static | HWND (WINAPI *pGetAncestor)(HWND |
|
static | HWINEVENTHOOK (WINAPI *pSetWinEventHook)(DWORD |
|
static | HMONITOR (WINAPI *pMonitorFromPoint)(POINT |
|
static | UINT_PTR (WINAPI *pSetSystemTimer)(HWND |
|
static void | init_procs (void) |
|
static const char * | get_winpos_flags (UINT flags) |
|
static BOOL | ignore_message (UINT message) |
|
static unsigned | hash_Ly_W (const WCHAR *str) |
|
static unsigned | hash_Ly (const char *str) |
|
static void | add_message_ (int line, const struct recvd_message *msg) |
|
static void | flush_events (void) |
|
static void | flush_sequence (void) |
|
static void | dump_sequence (const struct message *expected, const char *context, const char *file, int line) |
|
static void | ok_sequence_ (const struct message *expected_list, const char *context, BOOL todo, const char *file, int line) |
|
static LRESULT WINAPI | mdi_client_hook_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | mdi_child_wnd_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | mdi_frame_wnd_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static BOOL | mdi_RegisterWindowClasses (void) |
|
static void | test_mdi_messages (void) |
|
static void | test_WM_SETREDRAW (HWND hwnd) |
|
static INT_PTR CALLBACK | TestModalDlgProcA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static INT_PTR CALLBACK | TestModalDlgProc2 (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_hv_scroll_1 (HWND hwnd, INT ctl, DWORD clear, DWORD set, INT min, INT max) |
|
static void | test_hv_scroll_2 (HWND hwnd, INT ctl, DWORD clear, DWORD set, INT min, INT max) |
|
static void | test_scroll_messages (HWND hwnd) |
|
static void | test_showwindow (void) |
|
static void | test_recursive_activation (void) |
|
static void | test_sys_menu (void) |
|
static void CALLBACK | apc_test_proc (ULONG_PTR param) |
|
static void | test_MsgWaitForMultipleObjects (HWND hwnd) |
|
static void | test_WM_DEVICECHANGE (HWND hwnd) |
|
static DWORD CALLBACK | show_window_thread (LPVOID arg) |
|
static void | test_msg_setpos_ (const struct message *expected_list, UINT flags, BOOL todo, const char *file, int line) |
|
static void | test_messages (void) |
|
static void | test_setwindowpos (void) |
|
static void | invisible_parent_tests (void) |
|
static LRESULT CALLBACK | button_hook_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | subclass_button (void) |
|
static void | test_button_messages (void) |
|
static void | test_button_bm_get_set_image (void) |
|
static INT_PTR WINAPI | radio_test_dlg_proc (HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) |
|
static void | test_autoradio_BM_CLICK (void) |
|
static void | test_radio_dbg (HWND radio1, int state1, HWND radio2, int state2, HWND radio3, int state3, int line) |
|
static void | set_radio (HWND radio1, int state1, HWND radio2, int state2, HWND radio3, int state3) |
|
static void | test_autoradio_kbd_move (void) |
|
static LRESULT CALLBACK | static_hook_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | subclass_static (void) |
|
static void | test_static_messages (void) |
|
static LRESULT CALLBACK | combobox_edit_subclass_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT CALLBACK | combobox_lbox_subclass_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT CALLBACK | combobox_hook_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | subclass_combobox (void) |
|
static void | test_combobox_messages (void) |
|
static LRESULT WINAPI | wmime_keydown_procA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | register_wmime_keydown_class (void) |
|
static void | test_wmime_keydown_message (void) |
|
void | dump_region (HRGN hrgn) |
|
static void | check_update_rgn_ (int line, HWND hwnd, HRGN hrgn) |
|
static void | test_paint_messages (void) |
|
static DWORD WINAPI | thread_proc (void *param) |
|
static DWORD CALLBACK | create_grand_child_thread (void *param) |
|
static DWORD CALLBACK | create_child_thread (void *param) |
|
static void | create_manifest_file (const char *filename, const char *manifest) |
|
static HANDLE | test_create (const char *file) |
|
static void | test_interthread_messages (void) |
|
static void | pump_msg_loop (HWND hwnd, HACCEL hAccel) |
|
static void | test_accelerators (void) |
|
static LRESULT | MsgCheckProc (BOOL unicode, HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | MsgCheckProcA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | MsgCheckProcW (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | PopupMsgCheckProcA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static INT_PTR CALLBACK | StopQuitMsgCheckProcA (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
|
static LRESULT WINAPI | TestDlgProcA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | ShowWindowProcA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | recursive_activation_wndprocA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | PaintLoopProcA (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | HotkeyMsgCheckProcA (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static BOOL | RegisterWindowClasses (void) |
|
static BOOL | is_our_logged_class (HWND hwnd) |
|
static LRESULT CALLBACK | cbt_hook_proc (int nCode, WPARAM wParam, LPARAM lParam) |
|
static void CALLBACK | win_event_proc (HWINEVENTHOOK hevent, DWORD event, HWND hwnd, LONG object_id, LONG child_id, DWORD thread_id, DWORD event_time) |
|
static LRESULT CALLBACK | MsgConversionProcW (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
|
static LRESULT CALLBACK | get_text_len_proc (HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) |
|
static void | test_message_conversion (void) |
|
static VOID CALLBACK | tfunc (HWND hwnd, UINT uMsg, UINT_PTR id, DWORD dwTime) |
|
static void CALLBACK | callback_count (HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) |
|
static void CALLBACK | callback_exception (HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) |
|
static DWORD WINAPI | timer_thread_proc (LPVOID x) |
|
static void | test_timers (void) |
|
static void | test_timers_no_wnd (void) |
|
static void | test_timers_exception (DWORD code) |
|
static void | test_timers_exceptions (void) |
|
static void CALLBACK | win_event_global_hook_proc (HWINEVENTHOOK hevent, DWORD event, HWND hwnd, LONG object_id, LONG child_id, DWORD thread_id, DWORD event_time) |
|
static LRESULT CALLBACK | cbt_global_hook_proc (int nCode, WPARAM wParam, LPARAM lParam) |
|
static DWORD WINAPI | win_event_global_thread_proc (void *param) |
|
static DWORD WINAPI | cbt_global_hook_thread_proc (void *param) |
|
static DWORD WINAPI | mouse_ll_global_thread_proc (void *param) |
|
static void | test_winevents (void) |
|
static void | test_set_hook (void) |
|
static LRESULT WINAPI | rec_get_message_hook (int code, WPARAM w, LPARAM l) |
|
static void | test_recursive_hook (void) |
|
static void | test_scrollwindowex (void) |
|
static void | test_DestroyWindow (void) |
|
static LRESULT WINAPI | DispatchMessageCheckProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_DispatchMessage (void) |
|
static DWORD CALLBACK | send_msg_thread (LPVOID arg) |
|
static void | wait_for_thread (HANDLE thread) |
|
static LRESULT WINAPI | send_msg_delay_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_SendMessageTimeout (void) |
|
static LRESULT CALLBACK | edit_hook_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | subclass_edit (void) |
|
static void | test_edit_messages (void) |
|
static DWORD CALLBACK | send_msg_thread_2 (void *param) |
|
static void | test_PeekMessage (void) |
|
static void | wait_move_event (HWND hwnd, int x, int y) |
|
static void | test_PeekMessage2 (void) |
|
static void | test_PeekMessage3 (void) |
|
static INT_PTR CALLBACK | wm_quit_dlg_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
|
static void | test_quit_message (void) |
|
static void | test_notify_message (void) |
|
static void | pump_msg_loop_timeout (DWORD timeout, BOOL inject_mouse_move) |
|
static void | test_TrackMouseEvent (void) |
|
static void | test_SetWindowRgn (void) |
|
static void | test_ShowWindow (void) |
|
static INT_PTR WINAPI | test_dlg_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | dlg_creation_edit_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
|
static INT_PTR WINAPI | test_dlg_proc2 (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static INT_PTR WINAPI | test_dlg_proc3 (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | test_dlg_proc4 (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_dialog_messages (void) |
|
static void | test_enddialog_seq (HWND dialog, HWND owner) |
|
static void | test_enddialog_seq2 (HWND dialog, HWND owner) |
|
static void | test_EndDialog (void) |
|
static void | test_nullCallback (void) |
|
static void | test_SetActiveWindow (void) |
|
static void | test_SetForegroundWindow (void) |
|
static DWORD | get_input_codepage (void) |
|
static void | test_dbcs_wm_char (void) |
|
static void | test_unicode_wm_char (void) |
|
static | LRESULT (WINAPI *listbox_orig_proc)(HWND |
|
static LRESULT WINAPI | listbox_hook_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
|
static void | check_lb_state_dbg (HWND listbox, int count, int cur_sel, int caret_index, int top_index, int line) |
|
static void | test_listbox_messages (void) |
|
static LRESULT WINAPI | parent_menu_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
|
static void | set_menu_style (HMENU hmenu, DWORD style) |
|
static DWORD | get_menu_style (HMENU hmenu) |
|
static void | test_menu_messages (void) |
|
static void | test_paintingloop (void) |
|
static DWORD CALLBACK | post_rbuttonup_msg (void *arg) |
|
static void | test_defwinproc (void) |
|
static void | test_desktop_winproc (void) |
|
static void | clear_clipboard_ (int line, HWND hWnd) |
|
static void | expect_HWND_ (int line, HWND expected, HWND got) |
|
static LRESULT CALLBACK | recursive_viewer_proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_clipboard_viewers (void) |
|
static void | test_PostMessage (void) |
|
static LRESULT WINAPI | broadcast_test_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_broadcast (void) |
|
static DWORD CALLBACK | do_wait_idle_child_thread (void *arg) |
|
static void | do_wait_idle_child (int arg) |
|
static LRESULT CALLBACK | wait_idle_proc (HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) |
|
static DWORD CALLBACK | wait_idle_thread (void *arg) |
|
static void | test_WaitForInputIdle (char *argv0) |
|
static void | test_SetParent (void) |
|
static void | test_keyflags (void) |
|
static LRESULT CALLBACK | KeyboardHookProc (int nCode, WPARAM wParam, LPARAM lParam) |
|
static void | test_hotkey (void) |
|
static void | test_SetFocus (void) |
|
static DWORD CALLBACK | update_layered_proc (void *param) |
|
static void | test_layered_window (void) |
|
static LRESULT WINAPI | cancel_popup_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static LRESULT WINAPI | cancel_init_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
static void | test_TrackPopupMenu (void) |
|
static void | test_TrackPopupMenuEmpty (void) |
|
static DWORD WINAPI | SendMessage_thread_1 (void *param) |
|
static DWORD WINAPI | SendMessage_thread_2 (void *param) |
|
static void | test_SendMessage_other_thread (int thread_n) |
|
static LRESULT CALLBACK | insendmessage_wnd_proc (HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) |
|
static void CALLBACK | msg_callback (HWND hwnd, UINT msg, ULONG_PTR arg, LRESULT result) |
|
static DWORD WINAPI | send_message_thread (void *arg) |
|
static void | test_InSendMessage (void) |
|
static void | test_DoubleSetCapture (void) |
|
static void | test_restore_messages (void) |
|
static void | test_invalid_window (void) |
|
static void | init_funcs (void) |
|
| START_TEST (msg) |
|
static void | init_tests () |
|
static void | cleanup_tests () |
|
| START_TEST (msg_queue) |
|
| START_TEST (msg_messages) |
|
| START_TEST (msg_focus) |
|
| START_TEST (msg_winpos) |
|
| START_TEST (msg_paint) |
|
| START_TEST (msg_input) |
|
| START_TEST (msg_timer) |
|
| START_TEST (msg_hook) |
|
| START_TEST (msg_menu) |
|
| START_TEST (msg_mdi) |
|
| START_TEST (msg_controls) |
|
| START_TEST (msg_layered_window) |
|
| START_TEST (msg_dialog) |
|
| START_TEST (msg_clipboard) |
|
|
static | ULONG_PTR |
|
static | HANDLE |
|
static void | ULONG |
|
static void void | SIZE_T |
|
static BOOL | test_DestroyWindow_flag |
|
static BOOL | test_context_menu |
|
static HWINEVENTHOOK | hEvent_hook |
|
static HHOOK | hKBD_hook |
|
static HHOOK | hCBT_hook |
|
static DWORD | cbt_hook_thread_id |
|
static const WCHAR | testWindowClassW [] |
|
static const struct message | WmEmptySeq [] |
|
static const struct message | WmCreateOverlappedSeq [] |
|
static const struct message | WmSWP_ShowOverlappedSeq [] |
|
static const struct message | WmSWP_HideOverlappedSeq [] |
|
static const struct message | WmSWP_ResizeSeq [] |
|
static const struct message | WmSWP_ResizePopupSeq [] |
|
static const struct message | WmSWP_MoveSeq [] |
|
static const struct message | WmSWP_ResizeNoZOrder [] |
|
static const struct message | WmSwitchChild [] |
|
static const struct message | WmSwitchNotMaximizedChild [] |
|
static const struct message | WmSWP_FrameChanged_clip [] |
|
static const struct message | WmSWP_FrameChangedDeferErase [] |
|
static const struct message | WmSWP_FrameChanged_noclip [] |
|
static const struct message | WmShowOverlappedSeq [] |
|
static const struct message | WmShowMaxOverlappedSeq [] |
|
static const struct message | WmShowRestoreMaxOverlappedSeq [] |
|
static const struct message | WmShowRestoreMinOverlappedSeq [] |
|
static const struct message | WmShowMinOverlappedSeq [] |
|
static const struct message | WmHideOverlappedSeq [] |
|
static const struct message | WmDestroyOverlappedSeq [] |
|
static const struct message | WmCreateMaxPopupSeq [] |
|
static const struct message | WmCreateInvisibleMaxPopupSeq [] |
|
static const struct message | WmShowMaxPopupResizedSeq [] |
|
static const struct message | WmShowMaxPopupSeq [] |
|
static const struct message | WmCreatePopupSeq [] |
|
static const struct message | WmShowVisMaxPopupSeq [] |
|
static const struct message | WmCreateChildPopupSeq [] |
|
static const struct message | WmCreateInvisiblePopupSeq [] |
|
static const struct message | WmShowVisiblePopupSeq_2 [] |
|
static const struct message | WmShowVisiblePopupSeq_3 [] |
|
static const struct message | WmShowPopupExtremeLocationSeq [] |
|
static const struct message | WmShowPopupFirstDrawSeq_1 [] |
|
static const struct message | WmShowPopupFirstDrawSeq_2 [] |
|
static const struct message | WmFirstDrawSetWindowPosSeq1 [] |
|
static const struct message | WmFirstDrawSetWindowPosSeq2 [] |
|
static const struct message | WmFirstDrawSetWindowPosSeq3 [] |
|
static const struct message | WmFirstDrawSetWindowPosSeq4 [] |
|
static const struct message | WmFirstDrawSetWindowPosSeq5 [] |
|
static const struct message | WmFirstDrawChildSeq1 [] |
|
static const struct message | WmFirstDrawChildSeq2 [] |
|
static const struct message | WmCreateChildSeq [] |
|
static const struct message | WmCreateMaximizedChildSeq [] |
|
static const struct message | WmCreateVisibleChildSeq [] |
|
static const struct message | WmShowChildSeq [] |
|
static const struct message | WmHideChildSeq [] |
|
static const struct message | WmHideChildSeq2 [] |
|
static const struct message | WmShowChildSeq_2 [] |
|
static const struct message | WmShowChildSeq_3 [] |
|
static const struct message | WmShowChildSeq_4 [] |
|
static const struct message | WmShowChildInvisibleParentSeq_1 [] |
|
static const struct message | WmShowChildInvisibleParentSeq_1r [] |
|
static const struct message | WmShowChildInvisibleParentSeq_2 [] |
|
static const struct message | WmShowChildInvisibleParentSeq_2r [] |
|
static const struct message | WmShowChildInvisibleParentSeq_3 [] |
|
static const struct message | WmShowChildInvisibleParentSeq_3r [] |
|
static const struct message | WmShowChildInvisibleParentSeq_4 [] |
|
static const struct message | WmShowChildInvisibleParentSeq_4r [] |
|
static const struct message | WmShowChildInvisibleParentSeq_5 [] |
|
static const struct message | WmHideChildInvisibleParentSeq [] |
|
static const struct message | WmShowChildInvisibleParentSeq_6 [] |
|
static const struct message | WmHideChildInvisibleParentSeq_2 [] |
|
static const struct message | WmDestroyChildSeq [] |
|
static const struct message | WmExitThreadSeq [] |
|
static const struct message | WmDestroyInvisibleChildSeq [] |
|
static const struct message | WmResizingChildWithMoveWindowSeq [] |
|
static const struct message | WmCreateCustomDialogSeq [] |
|
static const struct message | WmEndCustomDialogSeq [] |
|
static const struct message | WmShowCustomDialogSeq [] |
|
static const struct message | WmModalDialogSeq [] |
|
static const struct message | WmModalDialogSeq_2 [] |
|
static const struct message | WmSetMenuNonVisibleSizeChangeSeq [] |
|
static const struct message | WmSetMenuNonVisibleNoSizeChangeSeq [] |
|
static const struct message | WmSetMenuVisibleSizeChangeSeq [] |
|
static const struct message | WmSetMenuVisibleNoSizeChangeSeq [] |
|
static const struct message | WmDrawMenuBarSeq [] |
|
static const struct message | WmSetRedrawFalseSeq [] |
|
static const struct message | WmSetRedrawTrueSeq [] |
|
static const struct message | WmEnableWindowSeq_1 [] |
|
static const struct message | WmEnableWindowSeq_2 [] |
|
static const struct message | WmEnableWindowSeq_3 [] |
|
static const struct message | WmEnableWindowSeq_4 [] |
|
static const struct message | WmGetScrollRangeSeq [] |
|
static const struct message | WmGetScrollInfoSeq [] |
|
static const struct message | WmSetScrollRangeSeq [] |
|
static const struct message | WmSetScrollRangeHSeq_empty [] |
|
static const struct message | WmSetScrollRangeVSeq_empty [] |
|
static const struct message | WmSetScrollRangeHVSeq [] |
|
static const struct message | WmSetScrollRangeHV_NC_Seq [] |
|
static const struct message | WmSHOWNAChildInvisParInvis [] |
|
static const struct message | WmSHOWNAChildVisParInvis [] |
|
static const struct message | WmSHOWNAChildVisParVis [] |
|
static const struct message | WmSHOWNAChildInvisParVis [] |
|
static const struct message | WmSHOWNATopVisible [] |
|
static const struct message | WmSHOWNATopInvisible [] |
|
static const struct message | WmTrackPopupMenu [] |
|
static const struct message | WmTrackPopupMenuEsc [] |
|
static const struct message | WmTrackPopupMenuCapture [] |
|
static const struct message | WmTrackPopupMenuEmpty [] |
|
static const struct message | WmTrackPopupMenuAbort [] |
|
static BOOL | after_end_dialog |
|
static BOOL | test_def_id |
|
static BOOL | paint_loop_done |
|
static int | sequence_cnt |
|
static int | sequence_size |
|
static struct recvd_message * | sequence |
|
static int | log_all_parent_messages |
|
static CRITICAL_SECTION | sequence_cs |
|
static | UINT |
|
static | LPCMENUINFO |
|
static | HWND |
|
static | LONG |
|
static | DWORD |
|
static | HMODULE |
|
static | WINEVENTPROC |
|
static | LPMONITORINFO |
|
static | HDC |
|
static POINT SIZE POINT | COLORREF |
|
static | UINT_PTR |
|
static | TIMERPROC |
|
static | LPCPINFOEXA |
|
static const struct message | WmCreateMDIframeSeq [] |
|
static const struct message | WmDestroyMDIframeSeq [] |
|
static const struct message | WmCreateMDIclientSeq [] |
|
static const struct message | WmShowMDIclientSeq [] |
|
static const struct message | WmHideMDIclientSeq [] |
|
static const struct message | WmDestroyMDIclientSeq [] |
|
static const struct message | WmCreateMDIchildVisibleSeq [] |
|
static const struct message | WmChildActivateDisabledWindowSeq [] |
|
static const struct message | WmChildActivateWindowSeq [] |
|
static const struct message | WmCreateMDIchildInvisibleParentSeq [] |
|
static const struct message | WmDestroyMDIchildVisibleSeq [] |
|
static const struct message | WmCreateMDIchildInvisibleSeq [] |
|
static const struct message | WmDestroyMDIchildInvisibleSeq [] |
|
static const struct message | WmCreateMDIchildVisibleMaxSeq1 [] |
|
static const struct message | WmCreateMDIchildVisibleMaxSeq2 [] |
|
static const struct message | WmCreateMDIchildVisibleMaxSeq3 [] |
|
static const struct message | WmCreateMDIchildInvisibleMaxSeq4 [] |
|
static const struct message | WmDestroyMDIchildVisibleMaxSeq2 [] |
|
static const struct message | WmDestroyMDIchildVisibleMaxSeq1 [] |
|
static const struct message | WmMaximizeMDIchildInvisibleSeq [] |
|
static const struct message | WmMaximizeMDIchildInvisibleSeq2 [] |
|
static const struct message | WmMaximizeMDIchildInvisibleParentSeq [] |
|
static const struct message | WmMaximizeMDIchildVisibleSeq [] |
|
static const struct message | WmRestoreMDIchildVisibleSeq [] |
|
static const struct message | WmRestoreMDIchildVisibleSeq_2 [] |
|
static const struct message | WmMinimizeMDIchildVisibleSeq [] |
|
static const struct message | WmRestoreMDIchildInvisibleSeq [] |
|
static HWND | mdi_client |
|
static WNDPROC | old_mdi_client_proc |
|
static const struct message | WmSetIcon_1 [] |
|
static const struct message | WmSetIcon_2 [] |
|
static const struct message | WmInitEndSession [] |
|
static const struct message | WmInitEndSession_2 [] |
|
static const struct message | WmInitEndSession_3 [] |
|
static const struct message | WmInitEndSession_4 [] |
|
static const struct message | WmInitEndSession_5 [] |
|
static const struct message | WmOptionalPaint [] |
|
static const struct message | WmZOrder [] |
|
static const struct message | WmSetFocusButtonSeq [] |
|
static const struct message | WmKillFocusButtonSeq [] |
|
static const struct message | WmSetFocusStaticSeq [] |
|
static const struct message | WmKillFocusStaticSeq [] |
|
static const struct message | WmSetFocusOwnerdrawSeq [] |
|
static const struct message | WmKillFocusOwnerdrawSeq [] |
|
static const struct message | WmLButtonDownSeq [] |
|
static const struct message | WmLButtonDownStaticSeq [] |
|
static const struct message | WmLButtonUpSeq [] |
|
static const struct message | WmLButtonUpStaticSeq [] |
|
static const struct message | WmLButtonUpAutoSeq [] |
|
static const struct message | WmLButtonUpBrokenSeq [] |
|
static const struct message | WmSetFontButtonSeq [] |
|
static const struct message | WmSetFontStaticSeq [] |
|
static const struct message | WmSetTextButtonSeq [] |
|
static const struct message | WmSetTextStaticSeq [] |
|
static const struct message | WmSetTextGroupSeq [] |
|
static const struct message | WmSetTextInvisibleSeq [] |
|
static const struct message | WmSetStyleButtonSeq [] |
|
static const struct message | WmSetStyleStaticSeq [] |
|
static const struct message | WmSetStyleUserSeq [] |
|
static const struct message | WmSetStyleOwnerdrawSeq [] |
|
static const struct message | WmSetStateButtonSeq [] |
|
static const struct message | WmSetStateStaticSeq [] |
|
static const struct message | WmSetStateUserSeq [] |
|
static const struct message | WmSetStateOwnerdrawSeq [] |
|
static const struct message | WmClearStateButtonSeq [] |
|
static const struct message | WmDisableButtonSeq [] |
|
static const struct message | WmClearStateOwnerdrawSeq [] |
|
static const struct message | WmSetCheckIgnoredSeq [] |
|
static const struct message | WmSetCheckStaticSeq [] |
|
static WNDPROC | old_button_proc |
|
static const struct message | auto_radio_button_BM_CLICK [] |
|
static const struct message | auto_radio_button_VK_UP_child [] |
|
static const struct message | auto_radio_button_VK_UP_parent [] |
|
static const struct message | auto_radio_button_VK_UP_dialog [] |
|
static const struct message | auto_radio_button_VK_DOWN_dialog [] |
|
static const struct message | auto_radio_button_VK_DOWN_radio3 [] |
|
static const struct message | auto_radio_button_VK_UP_radio1 [] |
|
static const struct message | WmSetFontStaticSeq2 [] |
|
static WNDPROC | old_static_proc |
|
static const struct message | SetCurSelComboSeq [] |
|
static const struct message | SetCurSelComboSeq2 [] |
|
static const struct message | SetCurSelComboSeq_edit [] |
|
static const struct message | WmKeyDownComboSeq [] |
|
static const struct message | WmSetPosComboSeq [] |
|
static const struct message | WMSetFocusComboBoxSeq [] |
|
static const struct message | SetFocusButtonSeq [] |
|
static const struct message | SetFocusComboBoxSeq [] |
|
static const struct message | SetFocusButtonSeq2 [] |
|
static WNDPROC | old_combobox_proc |
|
static WNDPROC | edit_window_proc |
|
static WNDPROC | lbox_window_proc |
|
static const struct message | WmImeKeydownMsgSeq_0 [] |
|
static const struct message | WmImeKeydownMsgSeq_1 [] |
|
static const struct message | WmInvalidateRgn [] |
|
static const struct message | WmGetUpdateRect [] |
|
static const struct message | WmInvalidateFull [] |
|
static const struct message | WmInvalidateErase [] |
|
static const struct message | WmInvalidatePaint [] |
|
static const struct message | WmInvalidateErasePaint [] |
|
static const struct message | WmInvalidateErasePaint2 [] |
|
static const struct message | WmErase [] |
|
static const struct message | WmPaint [] |
|
static const struct message | WmParentOnlyPaint [] |
|
static const struct message | WmInvalidateParent [] |
|
static const struct message | WmInvalidateParentChild [] |
|
static const struct message | WmInvalidateParentChild2 [] |
|
static const struct message | WmParentPaint [] |
|
static const struct message | WmParentPaintNc [] |
|
static const struct message | WmChildPaintNc [] |
|
static const struct message | WmParentErasePaint [] |
|
static const struct message | WmParentOnlyNcPaint [] |
|
static const struct message | WmSetParentStyle [] |
|
static const char | manifest_dep [] |
|
static const char | manifest_main [] |
|
static const struct message | WmVkN [] |
|
static const struct message | WmShiftVkN [] |
|
static const struct message | WmCtrlVkN [] |
|
static const struct message | WmCtrlVkN_2 [] |
|
static const struct message | WmAltVkN [] |
|
static const struct message | WmAltVkN_2 [] |
|
static const struct message | WmCtrlAltVkN [] |
|
static const struct message | WmCtrlShiftVkN [] |
|
static const struct message | WmCtrlAltShiftVkN [] |
|
static const struct message | WmAltPressRelease [] |
|
static const struct message | WmShiftMouseButton [] |
|
static const struct message | WmF1Seq [] |
|
static const struct message | WmVkAppsSeq [] |
|
static const struct message | WmVkF10Seq [] |
|
static const struct message | WmShiftF10Seq [] |
|
static const WCHAR | wszUnicode [] = {'U','n','i','c','o','d','e',0} |
|
static const WCHAR | wszAnsi [] = {'U',0} |
|
static const struct message | WmGetTextLengthAfromW [] |
|
static const WCHAR | dummy_window_text [] = {'d','u','m','m','y',' ','t','e','x','t',0} |
|
static int | count = 0 |
|
static DWORD | exception |
|
static const struct message | WmWinEventsSeq [] |
|
static const struct message | WmWinEventCaretSeq [] |
|
static const struct message | WmWinEventCaretSeq_2 [] |
|
static const struct message | WmWinEventAlertSeq [] |
|
static const struct message | WmWinEventAlertSeq_2 [] |
|
static const struct message | WmGlobalHookSeq_1 [] |
|
static const struct message | WmGlobalHookSeq_2 [] |
|
static const struct message | WmMouseLLHookSeq [] |
|
static HHOOK | hCBT_global_hook |
|
static DWORD | cbt_global_hook_thread_id |
|
static HWND | hook_hwnd |
|
static HHOOK | recursive_hook |
|
static int | hook_depth |
|
static int | max_hook_depth |
|
static const struct message | ScrollWindowPaint1 [] |
|
static const struct message | ScrollWindowPaint2 [] |
|
static const struct message | destroy_window_with_children [] |
|
static const struct message | WmDispatchPaint [] |
|
static const struct message | WmUser [] |
|
static const struct message | sl_edit_setfocus [] |
|
static const struct message | sl_edit_invisible [] |
|
static const struct message | ml_edit_setfocus [] |
|
static const struct message | sl_edit_killfocus [] |
|
static const struct message | sl_edit_lbutton_dblclk [] |
|
static const struct message | sl_edit_lbutton_down [] |
|
static const struct message | ml_edit_lbutton_down [] |
|
static const struct message | sl_edit_lbutton_up [] |
|
static const struct message | ml_edit_lbutton_up [] |
|
static WNDPROC | old_edit_proc |
|
static const struct message | WmKeyDownSkippedSeq [] |
|
static const struct message | WmKeyDownWasDownSkippedSeq [] |
|
static const struct message | WmKeyUpSkippedSeq [] |
|
static const struct message | WmUserKeyUpSkippedSeq [] |
|
static const struct message | WmQuitDialogSeq [] |
|
static const struct message | WmStopQuitSeq [] |
|
static const struct message | WmNotifySeq [] |
|
static const struct message | WmMouseHoverSeq [] |
|
static const struct message | WmSetWindowRgn [] |
|
static const struct message | WmSetWindowRgn_no_redraw [] |
|
static const struct message | WmSetWindowRgn_clear [] |
|
static const struct message | WmShowNormal [] |
|
static const struct message | WmShow [] |
|
static const struct message | WmShowNoActivate_1 [] |
|
static const struct message | WmShowNoActivate_2 [] |
|
static const struct message | WmShowNA_1 [] |
|
static const struct message | WmShowNA_2 [] |
|
static const struct message | WmRestore_1 [] |
|
static const struct message | WmRestore_2 [] |
|
static const struct message | WmRestore_3 [] |
|
static const struct message | WmRestore_4 [] |
|
static const struct message | WmRestore_5 [] |
|
static const struct message | WmHide_1 [] |
|
static const struct message | WmHide_2 [] |
|
static const struct message | WmHide_3 [] |
|
static const struct message | WmShowMinimized_1 [] |
|
static const struct message | WmMinimize_1 [] |
|
static const struct message | WmMinimize_2 [] |
|
static const struct message | WmMinimize_3 [] |
|
static const struct message | WmShowMinNoActivate [] |
|
static const struct message | WmMinMax_1 [] |
|
static const struct message | WmMinMax_2 [] |
|
static const struct message | WmMinMax_3 [] |
|
static const struct message | WmMinMax_4 [] |
|
static const struct message | WmShowMaximized_1 [] |
|
static const struct message | WmShowMaximized_2 [] |
|
static const struct message | WmShowMaximized_3 [] |
|
static WNDPROC | orig_edit_proc |
|
static const struct message | WmDefDlgSetFocus_1 [] |
|
static const struct message | WmDefDlgSetFocus_2 [] |
|
static const struct message | WmCreateDialogParamSeq_0 [] |
|
static const struct message | WmCreateDialogParamSeq_1 [] |
|
static const struct message | WmCreateDialogParamSeq_2 [] |
|
static const struct message | WmCreateDialogParamSeq_3 [] |
|
static const struct message | WmCreateDialogParamSeq_4 [] |
|
static const struct message | SetActiveWindowSeq0 [] |
|
static const struct message | SetActiveWindowSeq1 [] |
|
static const struct message | SetActiveWindowSeq2 [] |
|
static const struct message | SetActiveWindowSeq3 [] |
|
static const struct message | SetActiveWindowSeq4 [] |
|
static const struct message | SetForegroundWindowSeq [] |
|
static const struct message | wm_lb_setcursel_0 [] |
|
static const struct message | wm_lb_setcursel_1 [] |
|
static const struct message | wm_lb_setcursel_2 [] |
|
static const struct message | wm_lb_click_0 [] |
|
static const struct message | wm_lb_deletestring [] |
|
static const struct message | wm_lb_deletestring_reset [] |
|
static const struct message | wm_lb_addstring [] |
|
static const struct message | wm_lb_addstring_ownerdraw [] |
|
static const struct message | wm_lb_addstring_sort_ownerdraw [] |
|
static | WPARAM |
|
static | LPARAM |
|
static const struct message | wm_popup_menu_1 [] |
|
static const struct message | wm_popup_menu_2 [] |
|
static const struct message | wm_popup_menu_3 [] |
|
static const struct message | wm_single_menu_item [] |
|
static const struct message | NCRBUTTONDOWNSeq [] |
|
static const struct message | NCXBUTTONUPSeq1 [] |
|
static const struct message | NCXBUTTONUPSeq2 [] |
|
static const struct message | WmRestoreMinimizedOverlappedSeq [] |
|
static struct message | WmContextMenuSeq [] |
|
static WNDPROC | pOldViewerProc |
|
static LPARAM | g_broadcast_lparam |
|
struct { |
DWORD exp |
|
DWORD broken |
|
BOOL todo |
|
} | wait_idle_expect [] |
|
static const struct message | WmSetParentSeq_1 [] |
|
static const struct message | WmSetParentSeq_2 [] |
|
static const struct message | WmKeyReleaseOnly [] |
|
static const struct message | WmKeyPressNormal [] |
|
static const struct message | WmKeyPressRepeat [] |
|
static const struct message | WmKeyReleaseNormal [] |
|
static const struct message | WmHotkeyPressLWIN [] |
|
static const struct message | WmHotkeyPress [] |
|
static const struct message | WmHotkeyRelease [] |
|
static const struct message | WmHotkeyReleaseLWIN [] |
|
static const struct message | WmHotkeyCombined [] |
|
static const struct message | WmHotkeyPrevious [] |
|
static const struct message | WmHotkeyNew [] |
|
static int | hotkey_letter |
|
static const struct message | WmSetFocus_1 [] |
|
static const struct message | WmSetFocus_2 [] |
|
static const struct message | WmSetFocus_3 [] |
|
static const struct message | WmSetLayeredStyle [] |
|
static const struct message | WmSetLayeredStyle2 [] |
|
static HMENU | hpopupmenu |
|
static const struct message | send_message_1 [] |
|
static const struct message | send_message_2 [] |
|
static const struct message | send_message_3 [] |
|
static const struct message | DoubleSetCaptureSeq [] |
|
static const struct message | WmRestoreMinimizedSeq [] |
|