|
ReactOS 0.4.16-dev-2491-g3dc6630
|

Public Attributes | |
| IUIAutomationElement9 | IUIAutomationElement9_iface |
| LONG | ref |
| BOOL | from_cui8 |
| HUIANODE | node |
| struct uia_cache_property * | cached_props |
| int | cached_props_count |
| IUnknown * | marshal |
Definition at line 1619 of file uia_com_client.c.
| struct uia_cache_property* uia_element::cached_props |
Definition at line 1626 of file uia_com_client.c.
Referenced by create_uia_element_from_cache_req().
| int uia_element::cached_props_count |
Definition at line 1627 of file uia_com_client.c.
Referenced by create_uia_element_from_cache_req().
| BOOL uia_element::from_cui8 |
Definition at line 1623 of file uia_com_client.c.
Referenced by create_uia_element(), and create_uia_element_from_cache_req().
| IUIAutomationElement9 uia_element::IUIAutomationElement9_iface |
Definition at line 1620 of file uia_com_client.c.
Referenced by impl_from_IUIAutomationElement9().
| IUnknown* uia_element::marshal |
Definition at line 1629 of file uia_com_client.c.
| HUIANODE uia_element::node |
Definition at line 1624 of file uia_com_client.c.
Referenced by create_uia_element(), and create_uia_element_from_cache_req().
| LONG uia_element::ref |
Definition at line 1621 of file uia_com_client.c.
Referenced by uia_element_AddRef(), and uia_element_Release().