d3d8: Get rid of the format switching code in d3d8_device_CopyRects().
[wine.git] / dlls / devenum / devenum_classes.idl
blob81052e1582537f7c06749d368f725bb877f793cb
1 /*
2 * COM Classes for devenum
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("System Device Enum"),
25 threading(both),
26 uuid(62be5d10-60eb-11d0-bd3b-00a0c911ce86)
28 coclass SystemDeviceEnum { interface ICreateDevEnum; }
31 threading(both),
32 progid("device.1"),
33 vi_progid("device"),
34 uuid(4315d437-5b8c-11d0-bd3b-00a0c911ce86)
36 coclass DeviceMoniker { interface IParseDisplayName; }
39 helpstring("ACM Class Manager"),
40 threading(both),
41 uuid(33d9a761-90c8-11d0-bd43-00a0c911ce86)
43 coclass AudioCompressorCategory { }
46 helpstring("ICM Class Manager"),
47 threading(both),
48 uuid(33d9a760-90c8-11d0-bd43-00a0c911ce86)
50 coclass VideoCompressorCategory { }
53 helpstring("ActiveMovie Filter Class Manager"),
54 threading(both),
55 uuid(083863f1-70de-11d0-bd40-00a0c911ce86)
57 coclass LegacyAmFilterCategory { }
60 helpstring("VFW Capture Class Manager"),
61 threading(both),
62 uuid(860bb310-5d01-11d0-bd3b-00a0c911ce86)
64 coclass VideoInputDeviceCategory { }
67 helpstring("WaveIn Class Manager"),
68 threading(both),
69 uuid(33d9a762-90c8-11d0-bd43-00a0c911ce86)
71 coclass AudioInputDeviceCategory { }
74 helpstring("WaveOut and DSound Class Manager"),
75 threading(both),
76 uuid(e0f158e1-cb04-11d0-bd4e-00a0c911ce86)
78 coclass AudioRendererCategory { }
81 helpstring("MidiOut Class Manager"),
82 threading(both),
83 uuid(4efe2452-168a-11d1-bc76-00c04fb9453b)
85 coclass MidiRendererCategory { }
88 helpstring("ActiveMovie Filter Categories"),
89 threading(both),
90 uuid(da4e3da0-d07d-11d0-bd50-00a0c911ce86)
92 coclass ActiveMovieCategories { }