wined3d: Move the fill mode to wined3d_rasterizer_state.
[wine.git] / dlls / sapi / sapi_classes.idl
blobed86d166fcd581484f6b9163279ccdda2b910892
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;
55 uuid(96749377-3391-11d2-9ee3-00c04f797396),
56 helpstring("Speech Voice"),
57 progid("SAPI.SpVoice.1"),
58 vi_progid("SAPI.SpVoice"),
59 threading(both)
61 coclass SpVoice
63 interface ISpVoice;
64 [default] interface ISpeechVoice;
68 uuid(947812b3-2ae1-4644-ba86-9e90ded7ec91),
69 helpstring("SpFileStream"),
70 progid("SAPI.SpFileStream.1"),
71 vi_progid("SAPI.SpFileStream"),
72 threading(both)
74 coclass SpFileStream
76 interface ISpStream;
77 [default] interface ISpeechFileStream;