configure: Add a check for sys/ucontext.h and include it where appropriate.
[wine.git] / dlls / inetcomm / inetcomm.idl
blob03cd20abbaca0e62d34936b8b83c03bf6d2f2df4
1 /*
2 * COM Classes for inetcomm
4 * Copyright 2010 Alexandre Julliard
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.
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.
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
21 #pragma makedep register
24 helpstring("CLSID_IMimeBody"),
25 threading(both),
26 uuid(fd853cdb-7f86-11d0-8252-00c04fd85ab4)
28 coclass IMimeBody { interface IMimeBody; }
31 helpstring("CLSID_IMimeAllocator"),
32 threading(both),
33 uuid(fd853cdd-7f86-11d0-8252-00c04fd85ab4)
35 coclass IMimeAllocator { interface IMimeAllocator; }
38 helpstring("CLSID_IMimeSecurity"),
39 threading(both),
40 uuid(fd853cde-7f86-11d0-8252-00c04fd85ab4)
42 coclass IMimeSecurity { interface IMimeSecurity; }
45 helpstring("CLSID_IVirtualStream"),
46 threading(both),
47 uuid(fd853cdf-7f86-11d0-8252-00c04fd85ab4)
49 coclass IVirtualStream { interface IVirtualStream; }
52 helpstring("CLSID_IMimeMessage"),
53 threading(both),
54 uuid(fd853ce3-7f86-11d0-8252-00c04fd85ab4)
56 coclass IMimeMessage { interface IMimeMessage; }
59 helpstring("CLSID_ISMTPTransport"),
60 threading(both),
61 uuid(fd853ce6-7f86-11d0-8252-00c04fd85ab4)
63 coclass ISMTPTransport { interface ISMTPTransport; }
66 helpstring("CLSID_IPOP3Transport"),
67 threading(both),
68 uuid(fd853ce7-7f86-11d0-8252-00c04fd85ab4)
70 coclass IPOP3Transport { interface IPOP3Transport; }
73 helpstring("CLSID_INNTPTransport"),
74 threading(both),
75 uuid(fd853ce8-7f86-11d0-8252-00c04fd85ab4)
77 coclass INNTPTransport { interface INNTPTransport; }
80 helpstring("CLSID_IRASTransport"),
81 threading(both),
82 uuid(fd853ce9-7f86-11d0-8252-00c04fd85ab4)
84 coclass IRASTransport { interface IRASTransport; }
87 helpstring("CLSID_IRangeList"),
88 threading(both),
89 uuid(fd853cea-7f86-11d0-8252-00c04fd85ab4)
91 coclass IRangeList { interface IRangeList; }
94 helpstring("CLSID_IIMAPTransport"),
95 threading(both),
96 uuid(fd853ceb-7f86-11d0-8252-00c04fd85ab4)
98 coclass IIMAPTransport { interface IIMAPTransport; }
101 helpstring("CLSID_IHTTPMailTransport"),
102 threading(both),
103 uuid(5a580c11-e5eb-11d1-a86e-0000f8084f96)
105 coclass IHTTPMailTransport { interface IHTTPMailTransport; }
108 helpstring("CLSID_ISMTPTransport2"),
109 threading(both),
110 uuid(0df2c7ec-3435-11d0-81d0-00c04fd85ab4)
112 coclass ISMTPTransport2 { interface ISMTPTransport2; }
115 helpstring("CLSID_IPropFindRequest"),
116 threading(both),
117 uuid(bb847b8a-054a-11d2-a894-0000f8084f96)
119 coclass IPropFindRequest { interface IPropFindRequest; }
122 helpstring("CLSID_IPropPatchRequest"),
123 threading(both),
124 uuid(ea678830-235d-11d2-a8b6-0000f8084f96)
126 coclass IPropPatchRequest { interface IPropPatchRequest; }