OLD | NEW |
1 Name: IAccessible2 COM interfaces for accessibility | 1 Name: IAccessible2 COM interfaces for accessibility |
| 2 Short Name: IAccessible2 |
2 URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccess
ible2 | 3 URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccess
ible2 |
| 4 Version: unknown |
3 License: BSD | 5 License: BSD |
4 | 6 |
5 Description: | 7 Description: |
6 This directory contains the IAccessible2 API, a set of COM interfaces | 8 This directory contains the IAccessible2 API, a set of COM interfaces |
7 that extend MSAA's IAccessible interface for improved Windows accessibility. | 9 that extend MSAA's IAccessible interface for improved Windows accessibility. |
8 | 10 |
9 In addition, for clients using the IAccessible2 interfaces out of process, | 11 In addition, for clients using the IAccessible2 interfaces out of process, |
10 a module definition file is included for linking the COM proxy stub DLL. | 12 a module definition file is included for linking the COM proxy stub DLL. |
11 This proxy DLL is needed to provide a description of the IAccessible2 | 13 This proxy DLL is needed to provide a description of the IAccessible2 |
12 interfaces to the default marshaller. This DLL is only registered and | 14 interfaces to the default marshaller. This DLL is only registered and |
13 used in testing. | 15 used in testing. |
14 | 16 |
15 Contents: | 17 Contents: |
16 ia2_api_all.idl | 18 ia2_api_all.idl |
17 Contains the IAccessible2 COM interfaces | 19 Contains the IAccessible2 COM interfaces |
18 | 20 |
19 IAccessible2Proxy.def | 21 IAccessible2Proxy.def |
20 Module definition file for linking the proxy stub DLL | 22 Module definition file for linking the proxy stub DLL |
21 | 23 |
22 Local modifications: | 24 Local modifications: |
23 None. | 25 None. |
OLD | NEW |