|
ReactOS 0.4.16-dev-2384-gff6bd79
|

Public Attributes | |
| HWND | main_wnd |
| HWND | thread1_wnd |
| HWND | thread2_wnd |
| HANDLE | evt |
| DWORD | main_tid |
| DWORD | destroy_count |
| DWORD | ncdestroy_count |
| DWORD destroy_data::destroy_count |
Definition at line 12423 of file win.c.
Referenced by destroy_main_wndproc(), destroy_thread1_wndproc(), destroy_thread2_wndproc(), and test_destroy_quit().
| HANDLE destroy_data::evt |
Definition at line 12421 of file win.c.
Referenced by destroy_thread1(), destroy_thread2_wndproc(), and test_destroy_quit().
| DWORD destroy_data::main_tid |
Definition at line 12422 of file win.c.
Referenced by destroy_thread1(), destroy_thread2(), and test_destroy_quit().
| HWND destroy_data::main_wnd |
Definition at line 12418 of file win.c.
Referenced by destroy_thread1(), destroy_thread2(), and test_destroy_quit().
| DWORD destroy_data::ncdestroy_count |
Definition at line 12424 of file win.c.
Referenced by destroy_main_wndproc(), destroy_thread1_wndproc(), destroy_thread2_wndproc(), and test_destroy_quit().
| HWND destroy_data::thread1_wnd |
Definition at line 12419 of file win.c.
Referenced by destroy_thread1(), and test_destroy_quit().
| HWND destroy_data::thread2_wnd |
Definition at line 12420 of file win.c.
Referenced by destroy_thread2().