ReactOS 0.4.16-dev-2384-gff6bd79
destroy_data Struct Reference
Collaboration diagram for destroy_data:

Public Attributes

HWND main_wnd
 
HWND thread1_wnd
 
HWND thread2_wnd
 
HANDLE evt
 
DWORD main_tid
 
DWORD destroy_count
 
DWORD ncdestroy_count
 

Detailed Description

Definition at line 12416 of file win.c.

Member Data Documentation

◆ destroy_count

DWORD destroy_data::destroy_count

◆ evt

HANDLE destroy_data::evt

Definition at line 12421 of file win.c.

Referenced by destroy_thread1(), destroy_thread2_wndproc(), and test_destroy_quit().

◆ main_tid

DWORD destroy_data::main_tid

Definition at line 12422 of file win.c.

Referenced by destroy_thread1(), destroy_thread2(), and test_destroy_quit().

◆ main_wnd

HWND destroy_data::main_wnd

Definition at line 12418 of file win.c.

Referenced by destroy_thread1(), destroy_thread2(), and test_destroy_quit().

◆ ncdestroy_count

DWORD destroy_data::ncdestroy_count

◆ thread1_wnd

HWND destroy_data::thread1_wnd

Definition at line 12419 of file win.c.

Referenced by destroy_thread1(), and test_destroy_quit().

◆ thread2_wnd

HWND destroy_data::thread2_wnd

Definition at line 12420 of file win.c.

Referenced by destroy_thread2().


The documentation for this struct was generated from the following file: