|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 601 of file main.c.
Referenced by test_AccessibleChildren().
| HRESULT WINAPI AccessibleObjectFromPoint | ( | POINT | ptScreen, |
| IAccessible ** | ppacc, | ||
| VARIANT * | pvarChild | ||
| ) |
| HRESULT WINAPI AccessibleObjectFromWindow | ( | HWND | hwnd, |
| DWORD | dwObjectID, | ||
| REFIID | riid, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 349 of file main.c.
Referenced by Client_accHitTest(), Client_EnumVARIANT_Next(), Client_get_accParent(), and test_AccessibleObjectFromWindow().
| HRESULT WINAPI CreateStdAccessibleObject | ( | HWND | hwnd, |
| LONG | idObject, | ||
| REFIID | riidInterface, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 154 of file main.c.
Referenced by AccessibleObjectFromWindow(), CTipbarAccessible::Initialize(), and test_default_client_accessible_object().
| 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 491 of file main.c.
Referenced by test_getroletext().
Definition at line 471 of file main.c.
Referenced by GetRoleTextA(), and test_getroletext().
Definition at line 249 of file main.c.
Referenced by test_LresultFromObject(), and test_window_proc().
Definition at line 177 of file main.c.
Referenced by AccessibleObjectFromWindow(), START_TEST(), and test_LresultFromObject().
| HRESULT WINAPI WindowFromAccessibleObject | ( | IAccessible * | acc, |
| HWND * | phwnd | ||
| ) |
Definition at line 372 of file main.c.
Referenced by test_default_client_accessible_object().