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

Public Attributes

struct uia_queue_event queue_entry
 
HWINEVENTHOOK hook
 
DWORD event_id
 
HWND hwnd
 
LONG obj_id
 
LONG child_id
 
DWORD thread_id
 
DWORD event_time
 

Detailed Description

Definition at line 537 of file uia_event.c.

Member Data Documentation

◆ child_id

LONG uia_queue_win_event::child_id

◆ event_id

DWORD uia_queue_win_event::event_id

◆ event_time

DWORD uia_queue_win_event::event_time

Definition at line 547 of file uia_event.c.

Referenced by uia_event_thread_process_queue(), and uia_event_thread_win_event_proc().

◆ hook

HWINEVENTHOOK uia_queue_win_event::hook

Definition at line 541 of file uia_event.c.

Referenced by uia_event_queue_push(), and uia_event_thread_win_event_proc().

◆ hwnd

HWND uia_queue_win_event::hwnd

◆ obj_id

LONG uia_queue_win_event::obj_id

◆ queue_entry

struct uia_queue_event uia_queue_win_event::queue_entry

Definition at line 539 of file uia_event.c.

Referenced by uia_event_thread_win_event_proc().

◆ thread_id

DWORD uia_queue_win_event::thread_id

Definition at line 546 of file uia_event.c.

Referenced by uia_event_thread_process_queue(), and uia_event_thread_win_event_proc().


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