|
ReactOS 0.4.17-dev-573-g8315b8c
|

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | NAVDIR_INTERNAL_HWND 10 |
Variables | |
| static const WCHAR | lresult_atom_prefix [] = {'w','i','n','e','_','o','l','e','a','c','c',':'} |
| static HINSTANCE | oleacc_handle = 0 |
| 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().
Definition at line 48 of file main.c.
Referenced by Client_accLocation(), Client_get_accDefaultAction(), Client_get_accDescription(), Client_get_accHelp(), Client_get_accKeyboardShortcut(), Client_get_accName(), Client_get_accRole(), Client_get_accValue(), client_get_state(), Client_put_accValue(), edit_get_kbd_shortcut(), edit_get_name(), edit_get_value(), and edit_put_value().
| 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 | ( | SID_AccFromDAWrapper | , |
| 0x33f139ee | , | ||
| 0xe509 | , | ||
| 0x47f7 | , | ||
| 0xbf | , | ||
| 0x39 | , | ||
| 0x83 | , | ||
| 0x76 | , | ||
| 0x44 | , | ||
| 0xf7 | , | ||
| 0x45 | , | ||
| 0x76 | |||
| ) |
Definition at line 505 of file main.c.
Definition at line 479 of file main.c.
| const struct win_class_data * find_class_data | ( | HWND | hwnd, |
| const struct win_class_data * | classes | ||
| ) |
Definition at line 59 of file main.c.
Referenced by create_client_object(), and create_window_object().
Definition at line 527 of file main.c.
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 637 of file main.c.
Referenced by test_GetStateText().
Definition at line 607 of file main.c.
Referenced by test_GetStateText().
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().
Referenced by DllGetClassObject().
Referenced by DllRegisterServer().
Referenced by DllUnregisterServer().
Definition at line 274 of file main.c.
Referenced by AccessibleObjectFromEvent(), AccessibleObjectFromPoint(), create_msaa_provider(), create_msaa_provider_from_hwnd(), msaa_acc_compare(), msaa_acc_get_next_child(), msaa_acc_prop_match(), msaa_provider_GetPropertyValue(), uia_provider_get_pattern_prop_val(), uia_raise_serverside_event(), and WindowFromAccessibleObject().
| 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().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | oleacc | ) |
Definition at line 36 of file main.c.
Referenced by LresultFromObject(), and ObjectFromLresult().
|
static |
Definition at line 46 of file main.c.
Referenced by DllMain(), GetRoleTextW(), GetStateTextA(), and GetStateTextW().