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