|
ReactOS 0.4.17-dev-573-g8315b8c
|

Go to the source code of this file.
Classes | |
| interface | IAccessible |
| interface | IAccessibleHandler |
| interface | IAccIdentity |
| interface | IAccPropServer |
| interface | IAccPropServices |
| class | Accessibility::CAccPropServices |
Modules | |
| library | Accessibility |
Macros | |
| #define | threading(model) |
Typedefs | |
| typedef GUID | MSAAPROPID |
| typedef enum AnnoScope | AnnoScope |
Enumerations | |
| enum | AnnoScope { ANNO_THIS , ANNO_CONTAINER } |
| #define threading | ( | model | ) |
Definition at line 22 of file oleacc.idl.
| typedef GUID MSAAPROPID |
Definition at line 148 of file oleacc.idl.
| Enumerator | |
|---|---|
| ANNO_THIS | |
| ANNO_CONTAINER | |
Definition at line 150 of file oleacc.idl.
| HRESULT WINAPI AccessibleChildren | ( | IAccessible * | container, |
| LONG | start, | ||
| LONG | count, | ||
| VARIANT * | children, | ||
| LONG * | children_cnt | ||
| ) |
Definition at line 669 of file main.c.
Referenced by test_AccessibleChildren().
| HRESULT WINAPI AccessibleObjectFromEvent | ( | HWND | hwnd, |
| DWORD | object_id, | ||
| DWORD | child_id, | ||
| IAccessible ** | acc_out, | ||
| VARIANT * | child_id_out | ||
| ) |
Definition at line 345 of file main.c.
Referenced by test_AccessibleObjectFromEvent().
| HRESULT WINAPI AccessibleObjectFromPoint | ( | POINT | point, |
| IAccessible ** | acc, | ||
| VARIANT * | child_id | ||
| ) |
Definition at line 280 of file main.c.
Referenced by test_AccessibleObjectFromPoint().
| HRESULT WINAPI AccessibleObjectFromWindow | ( | HWND | hwnd, |
| DWORD | dwObjectID, | ||
| REFIID | riid, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 386 of file main.c.
Referenced by AccessibleObjectFromEvent(), AccessibleObjectFromPoint(), Client_accHitTest(), Client_EnumVARIANT_Next(), Client_get_accFocus(), Client_get_accParent(), create_msaa_provider_from_hwnd(), default_uia_provider_callback(), msaa_check_root_acc(), msaa_fragment_get_FragmentRoot(), test_AccessibleObjectFromWindow(), and Window_accHitTest().
| HRESULT WINAPI CreateStdAccessibleObject | ( | HWND | hwnd, |
| LONG | idObject, | ||
| REFIID | riidInterface, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 92 of file main.c.
Referenced by AccessibleObjectFromWindow(), CTipbarAccessible::Initialize(), test_CreateStdAccessibleObject_classes(), test_default_client_accessible_object(), test_default_edit_accessible_object(), and test_UiaProviderFromIAccessible().
| DEFINE_GUID | ( | CLSID_AccPropServices | , |
| 0xb5f8350b | , | ||
| 0x0548 | , | ||
| 0x48b1 | , | ||
| 0xa6 | , | ||
| 0xee | , | ||
| 0x88 | , | ||
| 0xbd | , | ||
| 0x00 | , | ||
| 0xb4 | , | ||
| 0xa5 | , | ||
| 0xe7 | |||
| ) |
| DEFINE_GUID | ( | IIS_IsOleaccProxy | , |
| 0x902697fa | , | ||
| 0x80e4 | , | ||
| 0x4560 | , | ||
| 0x80 | , | ||
| 0x2a | , | ||
| 0xa1 | , | ||
| 0x3f | , | ||
| 0x22 | , | ||
| 0xa6 | , | ||
| 0x47 | , | ||
| 0x09 | |||
| ) |
Definition at line 559 of file main.c.
Referenced by test_getroletext().
Definition at line 539 of file main.c.
Referenced by GetRoleTextA(), and test_getroletext().
Definition at line 181 of file main.c.
Referenced by test_LresultFromObject(), test_window_proc(), test_wnd_proc(), and uia_provider_thread_msg_proc().
Definition at line 109 of file main.c.
Referenced by AccessibleObjectFromWindow(), create_wine_uia_nested_node_provider(), START_TEST(), test_LresultFromObject(), and uia_node_lresult_release().
| HRESULT WINAPI WindowFromAccessibleObject | ( | IAccessible * | acc, |
| HWND * | phwnd | ||
| ) |
Definition at line 409 of file main.c.
Referenced by check_acc_vals_(), create_msaa_provider(), msaa_acc_get_focus(), test_default_client_accessible_object(), test_WindowFromAccessibleObject(), and UiaProviderFromIAccessible().