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

Public Attributes

IAccessible IAccessible_iface
 
IAccessible2 IAccessible2_iface
 
IOleWindow IOleWindow_iface
 
IServiceProvider IServiceProvider_iface
 
LONG ref
 
const charinterface_name
 
IAccessibleparent
 
HWND acc_hwnd
 
HWND ow_hwnd
 
INT role
 
INT state
 
LONG child_count
 
LPCWSTR name
 
LONG left
 
LONG top
 
LONG width
 
LONG height
 
BOOL enable_ia2
 
LONG unique_id
 
INT focus_child_id
 
IAccessiblefocus_acc
 
 DEFINE_ACC_METHOD_EXPECTS
 

Detailed Description

Definition at line 531 of file uiautomation.c.

Member Data Documentation

◆ acc_hwnd

HWND Accessible::acc_hwnd

Definition at line 542 of file uiautomation.c.

Referenced by test_UiaProviderFromIAccessible().

◆ child_count

LONG Accessible::child_count

Definition at line 546 of file uiautomation.c.

Referenced by set_accessible_props().

◆ DEFINE_ACC_METHOD_EXPECTS

Accessible::DEFINE_ACC_METHOD_EXPECTS

Definition at line 553 of file uiautomation.c.

◆ enable_ia2

BOOL Accessible::enable_ia2

Definition at line 549 of file uiautomation.c.

Referenced by set_accessible_ia2_props().

◆ focus_acc

IAccessible* Accessible::focus_acc

Definition at line 552 of file uiautomation.c.

Referenced by test_uia_prov_from_acc_fragment_root().

◆ focus_child_id

INT Accessible::focus_child_id

◆ height

LONG Accessible::height

Definition at line 548 of file uiautomation.c.

Referenced by set_accessible_props(), and test_UiaProviderFromIAccessible().

◆ IAccessible2_iface

IAccessible2 Accessible::IAccessible2_iface

Definition at line 534 of file uiautomation.c.

Referenced by impl_from_Accessible2().

◆ IAccessible_iface

◆ interface_name

const char* Accessible::interface_name

Definition at line 539 of file uiautomation.c.

◆ IOleWindow_iface

IOleWindow Accessible::IOleWindow_iface

Definition at line 535 of file uiautomation.c.

Referenced by impl_from_OleWindow().

◆ IServiceProvider_iface

IServiceProvider Accessible::IServiceProvider_iface

Definition at line 536 of file uiautomation.c.

Referenced by impl_from_ServiceProvider().

◆ left

LONG Accessible::left

Definition at line 548 of file uiautomation.c.

Referenced by set_accessible_props(), and test_UiaProviderFromIAccessible().

◆ name

◆ ow_hwnd

◆ parent

IAccessible* Accessible::parent

Definition at line 541 of file uiautomation.c.

◆ ref

◆ role

◆ state

◆ top

LONG Accessible::top

Definition at line 548 of file uiautomation.c.

Referenced by set_accessible_props(), and test_UiaProviderFromIAccessible().

◆ unique_id

LONG Accessible::unique_id

Definition at line 550 of file uiautomation.c.

Referenced by set_accessible_ia2_props().

◆ width

LONG Accessible::width

Definition at line 548 of file uiautomation.c.

Referenced by set_accessible_props(), and test_UiaProviderFromIAccessible().


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