dpnet: COM cleanup for the IDirectPlay8LobbiedApplication iface.
[wine] / dlls / dpnet / dpnet.idl
1 /*
2  * COM Classes for dpnet
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("DirectPlay8Client Object"),
23     threading(both),
24     uuid(743f1dc6-5aba-429f-8bdf-c54d03253dc2)
25 ]
26 coclass DirectPlay8Client { interface IDirectPlay8Client; }
27
28 [
29     helpstring("DirectPlay8Server Object"),
30     threading(both),
31     uuid(da825e1b-6830-43d7-835d-0b5ad82956a2)
32 ]
33 coclass DirectPlay8Server { interface IDirectPlay8Server; }
34
35 [
36     helpstring("DirectPlay8Peer Object"),
37     threading(both),
38     uuid(286f484d-375e-4458-a272-b138e2f80a6a)
39 ]
40 coclass DirectPlay8Peer { interface IDirectPlay8Peer; }
41
42 [
43     helpstring("DirectPlay8Address Object"),
44     threading(both),
45     uuid(934a9523-a3ca-4bc5-ada0-d6d95d979421)
46 ]
47 coclass DirectPlay8Address { interface IDirectPlay8Address; }
48
49 [
50     helpstring("DirectPlay8LobbiedApplication Object"),
51     threading(both),
52     uuid(667955ad-6b3b-43ca-b949-bc69b5baff7f)
53 ]
54 coclass DirectPlay8LobbiedApplication { interface IDirectPlay8LobbiedApplication; }
55
56 [
57     helpstring("DirectPlay8 Thread Pool Object"),
58     threading(both),
59     uuid(fc47060e-6153-4b34-b975-8e4121eb7f3c)
60 ]
61 coclass DirectPlay8ThreadPool { interface IDirectPlay8ThreadPool; }