atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / devenum / devenum_classes.idl
1 /*
2  * COM Classes for devenum
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("System Device Enum"),
23     threading(both),
24     uuid(62be5d10-60eb-11d0-bd3b-00a0c911ce86)
25 ]
26 coclass SystemDeviceEnum { interface ICreateDevEnum; }
27
28 [
29     threading(both),
30     progid("device.1"),
31     vi_progid("device"),
32     uuid(4315d437-5b8c-11d0-bd3b-00a0c911ce86)
33 ]
34 coclass DeviceMoniker { interface IParseDisplayName; }
35
36 [
37     helpstring("ACM Class Manager"),
38     threading(both),
39     uuid(33d9a761-90c8-11d0-bd43-00a0c911ce86)
40 ]
41 coclass AudioCompressorCategory { }
42
43 [
44     helpstring("ICM Class Manager"),
45     threading(both),
46     uuid(33d9a760-90c8-11d0-bd43-00a0c911ce86)
47 ]
48 coclass VideoCompressorCategory { }
49
50 [
51     helpstring("ActiveMovie Filter Class Manager"),
52     threading(both),
53     uuid(083863f1-70de-11d0-bd40-00a0c911ce86)
54 ]
55 coclass LegacyAmFilterCategory { }
56
57 [
58     helpstring("VFW Capture Class Manager"),
59     threading(both),
60     uuid(860bb310-5d01-11d0-bd3b-00a0c911ce86)
61 ]
62 coclass VideoInputDeviceCategory { }
63
64 [
65     helpstring("WaveIn Class Manager"),
66     threading(both),
67     uuid(33d9a762-90c8-11d0-bd43-00a0c911ce86)
68 ]
69 coclass AudioInputDeviceCategory { }
70
71 [
72     helpstring("WaveOut and DSound Class Manager"),
73     threading(both),
74     uuid(e0f158e1-cb04-11d0-bd4e-00a0c911ce86)
75 ]
76 coclass AudioRendererCategory { }
77
78 [
79     helpstring("MidiOut Class Manager"),
80     threading(both),
81     uuid(4efe2452-168a-11d1-bc76-00c04fb9453b)
82 ]
83 coclass MidiRendererCategory { }
84
85 [
86     helpstring("ActiveMovie Filter Categories"),
87     threading(both),
88     uuid(da4e3da0-d07d-11d0-bd50-00a0c911ce86)
89 ]
90 coclass ActiveMovieCategories { }