d2d1: Implement D2D1MakeSkewMatrix().
[wine.git] / dlls / sapi / sapi_classes.idl
blob40886f597427820c63c66bfb885f308acad8a097
1 /*
2 * Speech API (SAPI) classes.
4 * Copyright (C) 2017 Huw Davies
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
22 * These are the classes from the typelib in sapiddk.idl. They don't get
23 * registered because the typelib is not registered.
26 #pragma makedep register
29 uuid(d9f6ee60-58c9-458b-88e1-2f908fd7f87c),
30 helpstring("Data Key"),
31 progid("SAPI.SpDataKey.1"),
32 vi_progid("SAPI.SpDataKey"),
33 threading(both)
35 coclass SpDataKey
37 interface ISpRegDataKey;
38 [default] interface ISpDataKey;
42 uuid(3918d75f-0acb-41f2-b733-92aa15bcecf6),
43 helpstring("Object Token Enumerator"),
44 progid("SAPI.SpObjectTokenEnum.1"),
45 vi_progid("SAPI.SpObjectTokenEnum"),
46 threading(both)
48 coclass SpObjectTokenEnum
50 interface ISpObjectTokenEnumBuilder;
51 [default] interface IEnumSpObjectTokens;