|
ReactOS 0.4.16-dev-2491-g3dc6630
|

Public Attributes | |
| IUIAutomationCacheRequest | IUIAutomationCacheRequest_iface |
| LONG | ref |
| IUIAutomationCondition * | view_condition |
| struct UiaCacheRequest | cache_req |
| int * | prop_ids |
| int | prop_ids_count |
| SIZE_T | prop_ids_arr_size |
Definition at line 628 of file uia_com_client.c.
| struct UiaCacheRequest uia_cache_request::cache_req |
Definition at line 633 of file uia_com_client.c.
Referenced by create_uia_cache_request_iface(), get_uia_cache_request_struct_from_iface(), uia_cache_request_AddProperty(), uia_cache_request_get_AutomationElementMode(), uia_cache_request_get_TreeScope(), uia_cache_request_put_AutomationElementMode(), uia_cache_request_put_TreeFilter(), and uia_cache_request_put_TreeScope().
| IUIAutomationCacheRequest uia_cache_request::IUIAutomationCacheRequest_iface |
Definition at line 629 of file uia_com_client.c.
Referenced by create_uia_cache_request_iface(), and impl_from_IUIAutomationCacheRequest().
| int* uia_cache_request::prop_ids |
Definition at line 635 of file uia_com_client.c.
Referenced by uia_cache_request_AddProperty(), and uia_cache_request_Release().
| SIZE_T uia_cache_request::prop_ids_arr_size |
Definition at line 637 of file uia_com_client.c.
Referenced by uia_cache_request_AddProperty().
| int uia_cache_request::prop_ids_count |
Definition at line 636 of file uia_com_client.c.
Referenced by uia_cache_request_AddProperty().
| LONG uia_cache_request::ref |
Definition at line 630 of file uia_com_client.c.
Referenced by create_uia_cache_request_iface(), uia_cache_request_AddRef(), and uia_cache_request_Release().
| IUIAutomationCondition* uia_cache_request::view_condition |
Definition at line 632 of file uia_com_client.c.
Referenced by create_uia_cache_request_iface(), uia_cache_request_get_TreeFilter(), uia_cache_request_put_TreeFilter(), and uia_cache_request_Release().