|
ReactOS 0.4.16-dev-2491-g3dc6630
|

Public Attributes | |
| DWORD | pid |
| HWND | hwnd |
| const WCHAR * | prov_type [MAX_NODE_PROVIDERS] |
| const WCHAR * | prov_name [MAX_NODE_PROVIDERS] |
| BOOL | parent_link [MAX_NODE_PROVIDERS] |
| struct node_provider_desc * | nested_desc [MAX_NODE_PROVIDERS] |
| int | prov_count |
Definition at line 9510 of file uiautomation.c.
| HWND node_provider_desc::hwnd |
Definition at line 9512 of file uiautomation.c.
| struct node_provider_desc* node_provider_desc::nested_desc[MAX_NODE_PROVIDERS] |
Definition at line 9517 of file uiautomation.c.
Referenced by add_nested_provider_desc(), push_event_queue_event(), and set_event_data_struct().
| BOOL node_provider_desc::parent_link[MAX_NODE_PROVIDERS] |
Definition at line 9516 of file uiautomation.c.
Referenced by add_nested_provider_desc(), and add_provider_desc().
| DWORD node_provider_desc::pid |
Definition at line 9511 of file uiautomation.c.
| int node_provider_desc::prov_count |
Definition at line 9518 of file uiautomation.c.
Referenced by push_event_queue_event(), set_event_data_struct(), test_get_focused_elem_(), and test_node_from_focus_().
| const WCHAR* node_provider_desc::prov_name[MAX_NODE_PROVIDERS] |
Definition at line 9515 of file uiautomation.c.
Referenced by add_nested_provider_desc(), and add_provider_desc().
| const WCHAR* node_provider_desc::prov_type[MAX_NODE_PROVIDERS] |
Definition at line 9514 of file uiautomation.c.
Referenced by add_nested_provider_desc(), and add_provider_desc().