oleaut32: Use a saner calling convention for the marshaller asm thunks.
[wine] / dlls / inetcomm / inetcomm.idl
1 /*
2  * COM Classes for inetcomm
3  *
4  * Copyright 2010 Alexandre Julliard
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 [
22     helpstring("CLSID_IMimeBody"),
23     threading(both),
24     uuid(fd853cdb-7f86-11d0-8252-00c04fd85ab4)
25 ]
26 coclass IMimeBody { interface IMimeBody; }
27
28 [
29     helpstring("CLSID_IMimeAllocator"),
30     threading(both),
31     uuid(fd853cdd-7f86-11d0-8252-00c04fd85ab4)
32 ]
33 coclass IMimeAllocator { interface IMimeAllocator; }
34
35 [
36     helpstring("CLSID_IMimeSecurity"),
37     threading(both),
38     uuid(fd853cde-7f86-11d0-8252-00c04fd85ab4)
39 ]
40 coclass IMimeSecurity { interface IMimeSecurity; }
41
42 [
43     helpstring("CLSID_IVirtualStream"),
44     threading(both),
45     uuid(fd853cdf-7f86-11d0-8252-00c04fd85ab4)
46 ]
47 coclass IVirtualStream { interface IVirtualStream; }
48
49 [
50     helpstring("CLSID_IMimeMessage"),
51     threading(both),
52     uuid(fd853ce3-7f86-11d0-8252-00c04fd85ab4)
53 ]
54 coclass IMimeMessage { interface IMimeMessage; }
55
56 [
57     helpstring("CLSID_ISMTPTransport"),
58     threading(both),
59     uuid(fd853ce6-7f86-11d0-8252-00c04fd85ab4)
60 ]
61 coclass ISMTPTransport { interface ISMTPTransport; }
62
63 [
64     helpstring("CLSID_IPOP3Transport"),
65     threading(both),
66     uuid(fd853ce7-7f86-11d0-8252-00c04fd85ab4)
67 ]
68 coclass IPOP3Transport { interface IPOP3Transport; }
69
70 [
71     helpstring("CLSID_INNTPTransport"),
72     threading(both),
73     uuid(fd853ce8-7f86-11d0-8252-00c04fd85ab4)
74 ]
75 coclass INNTPTransport { interface INNTPTransport; }
76
77 [
78     helpstring("CLSID_IRASTransport"),
79     threading(both),
80     uuid(fd853ce9-7f86-11d0-8252-00c04fd85ab4)
81 ]
82 coclass IRASTransport { interface IRASTransport; }
83
84 [
85     helpstring("CLSID_IRangeList"),
86     threading(both),
87     uuid(fd853cea-7f86-11d0-8252-00c04fd85ab4)
88 ]
89 coclass IRangeList { interface IRangeList; }
90
91 [
92     helpstring("CLSID_IIMAPTransport"),
93     threading(both),
94     uuid(fd853ceb-7f86-11d0-8252-00c04fd85ab4)
95 ]
96 coclass IIMAPTransport { interface IIMAPTransport; }
97
98 [
99     helpstring("CLSID_IHTTPMailTransport"),
100     threading(both),
101     uuid(5a580c11-e5eb-11d1-a86e-0000f8084f96)
102 ]
103 coclass IHTTPMailTransport { interface IHTTPMailTransport; }
104
105 [
106     helpstring("CLSID_ISMTPTransport2"),
107     threading(both),
108     uuid(0df2c7ec-3435-11d0-81d0-00c04fd85ab4)
109 ]
110 coclass ISMTPTransport2 { interface ISMTPTransport2; }
111
112 [
113     helpstring("CLSID_IPropFindRequest"),
114     threading(both),
115     uuid(bb847b8a-054a-11d2-a894-0000f8084f96)
116 ]
117 coclass IPropFindRequest { interface IPropFindRequest; }
118
119 [
120     helpstring("CLSID_IPropPatchRequest"),
121     threading(both),
122     uuid(ea678830-235d-11d2-a8b6-0000f8084f96)
123 ]
124 coclass IPropPatchRequest { interface IPropPatchRequest; }