riched20: Use ME_PointFromChar to calculate the caret position.
[wine] / dlls / ole32 / ole32_objidl.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 /* The header file generated from this includes rpc.h, which ends up
20    including objidl.h at some point.  This will cause all sorts of errors
21    so the easiest thing to do is just comment out our entire header.  */
22
23 cpp_quote("#if 0    /* ole32_objidl.idl hack */")
24 #include "objidl.idl"
25 cpp_quote("#endif   /* ole32_objidl.idl hack */")
26
27 [
28     threading(both),
29     uuid(00000300-0000-0000-c000-000000000046)
30 ]
31 coclass StdOleLink { interface IMarshal; }
32
33 [
34     threading(both),
35     progid("file"),
36     uuid(00000303-0000-0000-c000-000000000046)
37 ]
38 coclass FileMoniker { interface IMoniker; }
39
40 [
41     threading(both),
42     uuid(00000304-0000-0000-c000-000000000046)
43 ]
44 coclass ItemMoniker { interface IMoniker; }
45
46 [
47     threading(both),
48     uuid(00000305-0000-0000-c000-000000000046)
49 ]
50 coclass AntiMoniker { interface IMoniker; }
51
52 [
53     threading(both),
54     uuid(00000306-0000-0000-c000-000000000046)
55 ]
56 coclass PointerMoniker { interface IMoniker; }
57
58 [
59     threading(both),
60     uuid(00000308-0000-0000-c000-000000000046)
61 ]
62 coclass PackagerMoniker { interface IMoniker; }
63
64 [
65     threading(both),
66     uuid(00000309-0000-0000-c000-000000000046)
67 ]
68 coclass CompositeMoniker { interface IMoniker; }
69
70 [
71     threading(both),
72     uuid(0000030b-0000-0000-c000-000000000046)
73 ]
74 coclass DfMarshal { interface IMarshal; }
75
76 [
77     helpstring("Picture (Metafile)"),
78     threading(both),
79     progid("StaticMetafile"),
80     uuid(00000315-0000-0000-c000-000000000046)
81 ]
82 coclass Picture_Metafile { interface IPicture; }
83
84 [
85     helpstring("Picture (Device Independent Bitmap)"),
86     threading(both),
87     progid("StaticDib"),
88     uuid(00000316-0000-0000-c000-000000000046)
89 ]
90 coclass Picture_Dib { interface IPicture; }
91
92 [
93     threading(both),
94     progid("CLSID"),
95     uuid(0000031a-0000-0000-c000-000000000046)
96 ]
97 coclass ClassMoniker { interface IMoniker; }
98
99 [
100     threading(both),
101     uuid(00000320-0000-0000-c000-000000000046)
102 ]
103 coclass PSFactoryBuffer { interface IFactoryBuffer; }
104
105 [
106     threading(apartment),
107     uuid(00000323-0000-0000-c000-000000000046)
108 ]
109 coclass StdGlobalInterfaceTable { interface IGlobalInterfaceTable; }
110
111 [
112     helpstring("Component Categories Manager"),
113     threading(both),
114     uuid(0002e005-0000-0000-c000-000000000046)
115 ]
116 coclass StdComponentCategoriesMgr { interface ICatRegister; interface ICatInformation; }