|
ReactOS 0.4.16-dev-2491-g3dc6630
|

Public Attributes | |
| HWND | hwnd |
| HANDLE | wait_event |
| HANDLE | start_event |
| DWORD | attach_from |
| DWORD | attach_to |
| BOOL | setWindows |
| HANDLE | grand_child |
| HANDLE | stop_event |
| HANDLE | getmessage_complete |
| DWORD wnd_event::attach_from |
Definition at line 4591 of file input.c.
Referenced by test_attach_input(), and thread_proc().
| DWORD wnd_event::attach_to |
Definition at line 4592 of file input.c.
Referenced by test_attach_input(), and thread_proc().
| HANDLE wnd_event::getmessage_complete |
Definition at line 9982 of file msg.c.
Referenced by SendMessage_thread_1(), and test_SendMessage_other_thread().
| HANDLE wnd_event::grand_child |
Definition at line 9979 of file msg.c.
Referenced by create_child_thread(), and test_interthread_messages().
| HWND wnd_event::hwnd |
Definition at line 4588 of file input.c.
Referenced by create_child_thread(), create_grand_child_thread(), SendMessage_thread_1(), SetParent_thread(), test_attach_input(), test_interthread_messages(), test_SendMessage_other_thread(), test_SetFocus(), test_setparent_status(), and thread_proc().
| BOOL wnd_event::setWindows |
Definition at line 4593 of file input.c.
Referenced by test_attach_input(), and thread_proc().
| HANDLE wnd_event::start_event |
Definition at line 4590 of file input.c.
Referenced by create_child_thread(), create_grand_child_thread(), SendMessage_thread_1(), SetParent_thread(), test_attach_input(), test_interthread_messages(), test_SendMessage_other_thread(), test_SetFocus(), test_setparent_status(), and thread_proc().
| HANDLE wnd_event::stop_event |
Definition at line 9981 of file msg.c.
Referenced by create_child_thread(), SendMessage_thread_1(), test_interthread_messages(), and test_SendMessage_other_thread().
| HANDLE wnd_event::wait_event |
Definition at line 4589 of file input.c.
Referenced by test_attach_input(), and thread_proc().