Home | History | Annotate | only in /external/chromium_org/third_party/iaccessible2
Up to higher level directory
NameDateSize
ia2_api_all.idl06-Dec-2013185K
iaccessible2.gyp06-Dec-20131.2K
IAccessible2Proxy.def06-Dec-2013202
LICENSE06-Dec-20132.3K
OWNERS06-Dec-201364
README.chromium06-Dec-2013861

README.chromium

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