diff options
Diffstat (limited to 'third_party/iaccessible2/README.chromium')
-rw-r--r-- | third_party/iaccessible2/README.chromium | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/third_party/iaccessible2/README.chromium b/third_party/iaccessible2/README.chromium index 1f39d6a..f55cb3b 100644 --- a/third_party/iaccessible2/README.chromium +++ b/third_party/iaccessible2/README.chromium @@ -5,9 +5,19 @@ License: BSD Description: This directory contains the IAccessible2 API, a set of COM interfaces that extend MSAA's IAccessible interface for improved Windows accessibility. - It consists of a single file: - ia2_api_all.idl + 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. |