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

Public Attributes

struct rb_entry entry
 
LONG refs
 
int event_id
 
struct list events_list
 
struct list serverside_events_list
 

Detailed Description

Definition at line 107 of file uia_event.c.

Member Data Documentation

◆ entry

struct rb_entry uia_event_map_entry::entry

Definition at line 109 of file uia_event.c.

Referenced by uia_event_map_add_event().

◆ event_id

int uia_event_map_entry::event_id

◆ events_list

struct list uia_event_map_entry::events_list

Definition at line 122 of file uia_event.c.

Referenced by uia_event_for_each(), and uia_event_map_add_event().

◆ refs

LONG uia_event_map_entry::refs

Definition at line 110 of file uia_event.c.

Referenced by uia_event_for_each(), and uia_event_map_add_event().

◆ serverside_events_list

struct list uia_event_map_entry::serverside_events_list

Definition at line 123 of file uia_event.c.

Referenced by uia_event_for_each(), and uia_event_map_add_event().


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