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

Public Attributes

IUIAutomationElement9 IUIAutomationElement9_iface
 
LONG ref
 
BOOL from_cui8
 
HUIANODE node
 
struct uia_cache_propertycached_props
 
int cached_props_count
 
IUnknownmarshal
 

Detailed Description

Definition at line 1619 of file uia_com_client.c.

Member Data Documentation

◆ cached_props

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().

◆ cached_props_count

int uia_element::cached_props_count

Definition at line 1627 of file uia_com_client.c.

Referenced by create_uia_element_from_cache_req().

◆ from_cui8

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_iface

IUIAutomationElement9 uia_element::IUIAutomationElement9_iface

Definition at line 1620 of file uia_com_client.c.

Referenced by impl_from_IUIAutomationElement9().

◆ marshal

IUnknown* uia_element::marshal

Definition at line 1629 of file uia_com_client.c.

◆ node

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().

◆ ref

LONG uia_element::ref

Definition at line 1621 of file uia_com_client.c.

Referenced by uia_element_AddRef(), and uia_element_Release().


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