ReactOS 0.4.16-dev-117-g38f21f9
|
Public Attributes | |
UINT | message |
msg_flags_t | flags |
HWND | hwnd |
WPARAM | wParam |
LPARAM | lParam |
int | line |
const char * | descr |
char | output [512] |
Definition at line 50 of file SystemMenu.c.
Definition at line 58 of file SystemMenu.c.
Referenced by add_message_(), pump_msg_loop(), pump_msg_loop_timeout(), and test_quit_message().
msg_flags_t recvd_message::flags |
Definition at line 53 of file SystemMenu.c.
Referenced by add_message_(), dump_sequence(), ok_sequence_(), pump_msg_loop(), pump_msg_loop_timeout(), and test_quit_message().
HWND recvd_message::hwnd |
Definition at line 54 of file SystemMenu.c.
Referenced by add_message_(), pump_msg_loop(), pump_msg_loop_timeout(), and test_quit_message().
int recvd_message::line |
Definition at line 57 of file SystemMenu.c.
Referenced by add_message_().
LPARAM recvd_message::lParam |
Definition at line 56 of file SystemMenu.c.
Referenced by add_message_(), ok_sequence_(), pump_msg_loop(), pump_msg_loop_timeout(), and test_quit_message().
UINT recvd_message::message |
Definition at line 52 of file SystemMenu.c.
Referenced by add_message_(), button_hook_proc(), combobox_edit_subclass_proc(), combobox_hook_proc(), combobox_lbox_subclass_proc(), dlg_creation_edit_proc(), dump_sequence(), edit_hook_proc(), HotkeyMsgCheckProcA(), listbox_hook_proc(), mdi_child_wnd_proc(), mdi_client_hook_proc(), mdi_frame_wnd_proc(), MsgCheckProc(), ok_sequence_(), parent_menu_proc(), ParentMsgCheckProcA(), PopupMsgCheckProcA(), pump_msg_loop(), pump_msg_loop_timeout(), recursive_activation_wndprocA(), ShowWindowProcA(), static_hook_proc(), test_dlg_proc(), test_dlg_proc2(), test_dlg_proc4(), test_quit_message(), TestDlgProcA(), TestModalDlgProc2(), TestModalDlgProcA(), wm_quit_dlg_proc(), and wmime_keydown_procA().
char recvd_message::output |
Definition at line 59 of file SystemMenu.c.
Referenced by add_message_(), and dump_sequence().
WPARAM recvd_message::wParam |
Definition at line 55 of file SystemMenu.c.
Referenced by add_message_(), ok_sequence_(), pump_msg_loop(), pump_msg_loop_timeout(), and test_quit_message().