rpcrt4/tests: Remove unused if3_table and if4_table (Clang).
[wine/multimedia.git] / dlls / dpnet / dpnet.idl
blob40094d5d213a44c9580f6ccc7409f03de8a498fb
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
21 #pragma makedep register
24 helpstring("DirectPlay8Client Object"),
25 threading(both),
26 uuid(743f1dc6-5aba-429f-8bdf-c54d03253dc2)
28 coclass DirectPlay8Client { interface IDirectPlay8Client; }
31 helpstring("DirectPlay8Server Object"),
32 threading(both),
33 uuid(da825e1b-6830-43d7-835d-0b5ad82956a2)
35 coclass DirectPlay8Server { interface IDirectPlay8Server; }
38 helpstring("DirectPlay8Peer Object"),
39 threading(both),
40 uuid(286f484d-375e-4458-a272-b138e2f80a6a)
42 coclass DirectPlay8Peer { interface IDirectPlay8Peer; }
45 helpstring("DirectPlay8Address Object"),
46 threading(both),
47 uuid(934a9523-a3ca-4bc5-ada0-d6d95d979421)
49 coclass DirectPlay8Address { interface IDirectPlay8Address; }
52 helpstring("DirectPlay8LobbiedApplication Object"),
53 threading(both),
54 uuid(667955ad-6b3b-43ca-b949-bc69b5baff7f)
56 coclass DirectPlay8LobbiedApplication { interface IDirectPlay8LobbiedApplication; }
59 helpstring("DirectPlay8LobbyClient Object"),
60 threading(both),
61 progid("DirectPlay8Lobby.LobbyClient.1"),
62 vi_progid("DirectPlay8Lobby.LobbyClient"),
63 uuid(3b2b6775-70b6-45af-8dea-a209c69559f3)
65 coclass DirectPlay8LobbyClient { interface IDirectPlay8LobbyClient; }
68 helpstring("DirectPlay8 Thread Pool Object"),
69 threading(both),
70 uuid(fc47060e-6153-4b34-b975-8e4121eb7f3c)
72 coclass DirectPlay8ThreadPool { interface IDirectPlay8ThreadPool; }