po: Update French translation.
[wine] / dlls / oleaut32 / oleaut32_ocidl.idl
1 /*
2  * Copyright 2007 Google (Dan Hipschman)
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 #include "ocidl.idl"
20
21 [
22     threading(both),
23     uuid(b196b286-bab4-101a-b69c-00aa00341d07)
24 ]
25 coclass PSFactoryBuffer { interface IFactoryBuffer; }
26
27 [
28     helpstring("Standard Font"),
29     progid("StdFont"),
30     threading(both),
31     uuid(0be35203-8f91-11ce-9de3-00aa004bb851)
32 ]
33 coclass StdFont { interface IFont; }
34
35 [
36     helpstring("Obsolete Font"),
37     progid("OldFont"),
38     threading(both),
39     uuid(46763ee0-cab2-11ce-8c20-00aa0051e5d4)
40 ]
41 coclass OldFont { interface IFont; }
42
43 [
44     helpstring("Standard Picture"),
45     progid("StdPicture"),
46     threading(apartment),
47     uuid(0be35204-8f91-11ce-9de3-00aa004bb851)
48 ]
49 coclass StdPicture { interface IPicture; }
50
51 [
52     threading(both),
53     uuid(00020420-0000-0000-c000-000000000046)
54 ]
55 coclass PSDispatch { }
56
57 [
58     threading(both),
59     uuid(00020421-0000-0000-c000-000000000046)
60 ]
61 coclass PSEnumVariant { }
62
63 [
64     threading(both),
65     uuid(00020422-0000-0000-c000-000000000046)
66 ]
67 coclass PSTypeInfo { }
68
69 [
70     threading(both),
71     uuid(00020423-0000-0000-c000-000000000046)
72 ]
73 coclass PSTypeLib { }
74
75 [
76     threading(both),
77     uuid(00020424-0000-0000-c000-000000000046)
78 ]
79 coclass PSOAInterface { }
80
81 [
82     threading(both),
83     uuid(00020425-0000-0000-c000-000000000046)
84 ]
85 coclass PSTypeComp { }
86
87 [
88     threading(both),
89     uuid(df0b3d60-548f-101b-8e65-08002b2bd119)
90 ]
91 coclass PSSupportErrorInfo { }
92
93 [
94     threading(both),
95     uuid(0000002f-0000-0000-c000-000000000046)
96 ]
97 coclass CLSID_RecordInfo { }