1 /*************************************************************************
3 * File Name (IA2TypeLibrary.idl)
5 * IAccessible2 IDL Specification
7 * Copyright (c) IBM Corp. 2007
8 * Copyright (c) Sun Microsystems, Inc. 2000, 2006
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License version 2.1, as published by the Free Software Foundation; either
13 * version 2.1 of the License, or (at your option) any later version.
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
24 ************************************************************************/
26 // This is not a standalone file. It is to be appended to the end of the
30 cpp_quote
("// Type Library Definitions")
34 uuid(21955A1E
-5C3A
-4E52
-8CCB
-CE587E75133E
),
35 helpstring("IAccessible2 Type Library"),
40 library IAccessible2Lib
42 importlib
("stdole2.tlb");
43 interface Accessible2
;
44 interface IAccessibleAction
;
45 interface IAccessibleApplication
;
46 interface IAccessibleComponent
;
47 interface IAccessibleEditableText
;
48 interface IAccessibleEventId
;
49 interface IAccessibleHyperlink
;
50 interface IAccessibleHypertext
;
51 interface IAccessibleImage
;
52 interface IAccessibleRelation
;
53 interface IAccessibleRole
;
54 interface IAccessibleStates
;
55 interface IAccessibleTable
;
56 interface IAccessibleText
;
57 interface IAccessibleValue
;