ReactOS 0.4.15-dev-8064-gdaf8068
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
 

Detailed Description

Definition at line 2589 of file input.c.

Member Data Documentation

◆ attach_from

DWORD wnd_event::attach_from

Definition at line 2594 of file input.c.

Referenced by test_attach_input(), and thread_proc().

◆ attach_to

DWORD wnd_event::attach_to

Definition at line 2595 of file input.c.

Referenced by test_attach_input(), and thread_proc().

◆ grand_child

HANDLE wnd_event::grand_child

Definition at line 8524 of file msg.c.

Referenced by create_child_thread(), and test_interthread_messages().

◆ hwnd

◆ setWindows

BOOL wnd_event::setWindows

Definition at line 2596 of file input.c.

Referenced by test_attach_input(), and thread_proc().

◆ start_event

◆ stop_event

HANDLE wnd_event::stop_event

Definition at line 8526 of file msg.c.

Referenced by create_child_thread(), and test_interthread_messages().

◆ wait_event

HANDLE wnd_event::wait_event

Definition at line 2592 of file input.c.

Referenced by test_attach_input(), and thread_proc().


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