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