|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | hwnd |
| HANDLE | wait_event |
| HANDLE | start_event |
| DWORD | attach_from |
| DWORD | attach_to |
| BOOL | setWindows |
| HANDLE | grand_child |
| HANDLE | stop_event |
| DWORD wnd_event::attach_from |
Definition at line 2594 of file input.c.
Referenced by test_attach_input(), and thread_proc().
| DWORD wnd_event::attach_to |
Definition at line 2595 of file input.c.
Referenced by test_attach_input(), and thread_proc().
| HANDLE wnd_event::grand_child |
Definition at line 8524 of file msg.c.
Referenced by create_child_thread(), and test_interthread_messages().
| HWND wnd_event::hwnd |
Definition at line 2591 of file input.c.
Referenced by create_child_thread(), create_grand_child_thread(), SendMessage_thread_1(), SendMessage_thread_2(), test_attach_input(), test_interthread_messages(), test_SendMessage_other_thread(), test_SetFocus(), and thread_proc().
| BOOL wnd_event::setWindows |
Definition at line 2596 of file input.c.
Referenced by test_attach_input(), and thread_proc().
| HANDLE wnd_event::start_event |
Definition at line 2593 of file input.c.
Referenced by create_child_thread(), create_grand_child_thread(), SendMessage_thread_1(), SendMessage_thread_2(), test_attach_input(), test_interthread_messages(), test_SendMessage_other_thread(), test_SetFocus(), and thread_proc().
| HANDLE wnd_event::stop_event |
Definition at line 8526 of file msg.c.
Referenced by create_child_thread(), and test_interthread_messages().
| HANDLE wnd_event::wait_event |
Definition at line 2592 of file input.c.
Referenced by test_attach_input(), and thread_proc().