dmime: The soft synth doesn't supports sharing the channel groups.
[wine.git] / dlls / directmanipulation / directmanip.idl
bloba638f456b0fcaa5237eb98759b3b4ef8ff914416
1 /*
2 * Copyright 2019 Alistair Leslie-Hughes
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 #pragma makedep register
21 uuid(54e211b6-3650-4f75-8334-fa359598e1c5),
22 threading(both)
24 coclass DirectManipulationManager
26 interface IDirectManipulationManager2;
27 [default] interface IDirectManipulationManager;
31 uuid(99793286-77cc-4b57-96db-3b354f6f9fb5),
32 threading(both)
34 coclass DirectManipulationSharedManager
36 interface IDirectManipulationManager2;
37 [default] interface IDirectManipulationManager;
41 uuid(79dea627-a08a-43ac-8ef5-6900b9299126),
42 threading(both)
44 coclass DCompManipulationCompositor
46 [default] interface IDirectManipulationCompositor;
47 interface IDirectManipulationCompositor2;
48 interface IDirectManipulationFrameInfoProvider;