|
ReactOS 0.4.16-dev-2491-g3dc6630
|

Public Attributes | |
| struct ExpectedEventQueue | exp_events |
| HWND | event_hwnd |
| DWORD | last_call_tid |
| HANDLE | event_handle |
Definition at line 14879 of file uiautomation.c.
| HANDLE ComEventData::event_handle |
Definition at line 14884 of file uiautomation.c.
Referenced by test_com_event_data_(), and test_uia_com_focus_change_event_handler_win_event_handling().
| HWND ComEventData::event_hwnd |
Definition at line 14882 of file uiautomation.c.
Referenced by test_CUIAutomation_event_handlers(), test_IUIAutomationEventHandler(), and test_IUIAutomationFocusChangedEventHandler().
| struct ExpectedEventQueue ComEventData::exp_events |
Definition at line 14880 of file uiautomation.c.
Referenced by push_expected_com_event(), set_com_event_data(), and test_com_event_data_().
| DWORD ComEventData::last_call_tid |
Definition at line 14883 of file uiautomation.c.
Referenced by set_com_event_data(), test_com_event_data_(), and uia_com_event_handler_test_thread().