|
ReactOS 0.4.17-dev-573-g8315b8c
|
#include "oleacc_classes.h"#include "servprov.h"

Go to the source code of this file.
Classes | |
| struct | win_class_data |
Functions | |
| const struct win_class_data * | find_class_data (HWND, const struct win_class_data *) |
| HRESULT | create_client_object (HWND, const IID *, void **) |
| HRESULT | create_window_object (HWND, const IID *, void **) |
| HRESULT | get_accpropservices_factory (REFIID, void **) |
| int | convert_child_id (VARIANT *v) |
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().
Definition at line 904 of file client.c.
Referenced by CreateStdAccessibleObject().
Definition at line 500 of file window.c.
Referenced by CreateStdAccessibleObject().
| 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().