ReactOS 0.4.16-dev-2491-g3dc6630
wnd_event Struct Reference
Collaboration diagram for wnd_event:

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
 

Detailed Description

Definition at line 4586 of file input.c.

Member Data Documentation

◆ attach_from

DWORD wnd_event::attach_from

Definition at line 4591 of file input.c.

Referenced by test_attach_input(), and thread_proc().

◆ attach_to

DWORD wnd_event::attach_to

Definition at line 4592 of file input.c.

Referenced by test_attach_input(), and thread_proc().

◆ getmessage_complete

HANDLE wnd_event::getmessage_complete

Definition at line 9982 of file msg.c.

Referenced by SendMessage_thread_1(), and test_SendMessage_other_thread().

◆ grand_child

HANDLE wnd_event::grand_child

Definition at line 9979 of file msg.c.

Referenced by create_child_thread(), and test_interthread_messages().

◆ hwnd

◆ setWindows

BOOL wnd_event::setWindows

Definition at line 4593 of file input.c.

Referenced by test_attach_input(), and thread_proc().

◆ start_event

◆ stop_event

HANDLE wnd_event::stop_event

◆ wait_event

HANDLE wnd_event::wait_event

Definition at line 4589 of file input.c.

Referenced by test_attach_input(), and thread_proc().


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