summaryrefslogtreecommitdiff
path: root/chromium/third_party/iaccessible2/README.chromium
blob: c224897396bbb0f6b75848c6766fe2d8edd1ca1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name: IAccessible2 COM interfaces for accessibility
Short Name: IAccessible2
URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2
Version: unknown
License: BSD

Description:
  This directory contains the IAccessible2 API, a set of COM interfaces
  that extend MSAA's IAccessible interface for improved Windows accessibility.

  In addition, for clients using the IAccessible2 interfaces out of process,
  a module definition file is included for linking the COM proxy stub DLL.
  This proxy DLL is needed to provide a description of the IAccessible2
  interfaces to the default marshaller. This DLL is only registered and
  used in testing.

Contents:
  ia2_api_all.idl
    Contains the IAccessible2 COM interfaces

  IAccessible2Proxy.def
    Module definition file for linking the proxy stub DLL

Local modifications:
  None.