Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
aa629c4c
Commit
aa629c4c
authored
Sep 30, 2021
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Sep 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more sapi interfaces.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c716aa48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
sapi.idl
include/sapi.idl
+62
-0
No files found.
include/sapi.idl
View file @
aa629c4c
...
...
@@ -1067,6 +1067,31 @@ interface ISpVoice : ISpEventSource
[
object
,
uuid
(
be7a9cc9
-
5
f9e
-
11
d2
-
960
f
-
00
c04f8ee628
),
pointer_default
(
unique
),
local
,
restricted
]
interface
ISpEventSink
:
IUnknown
{
HRESULT
AddEvents
(
[
in
]
const
SPEVENT
*
events
,
[
in
]
ULONG
count
)
;
HRESULT
GetEventInterest
(
[
out
]
ULONGLONG
*
interest
)
;
}
;
[
object
,
uuid
(
5b559
f40
-
e952
-
11
d2
-
bb91
-
00
c04f8ee6c0
),
pointer_default
(
unique
),
restricted
]
interface
ISpObjectWithToken
:
IUnknown
{
HRESULT
SetObjectToken
(
[
in
]
ISpObjectToken
*
token
)
;
HRESULT
GetObjectToken
(
[
out
]
ISpObjectToken
**
token
)
;
}
;
[
object
,
uuid
(
bed530be
-
2606
-
4
f4d
-
a1c0
-
54
c5cda5566f
),
pointer_default
(
unique
),
restricted
...
...
@@ -1097,6 +1122,21 @@ interface ISpAudio : ISpStreamFormat
HRESULT
GetBufferNotifySize
(
[
out
]
ULONG
*
size
)
;
HRESULT
SetBufferNotifySize
(
[
in
]
ULONG
size
)
;
}
;
[
object
,
uuid
(
15806
f6e
-
1
d70
-
4b48
-
98
e6
-
3b1
a007509ab
),
pointer_default
(
unique
),
local
,
restricted
]
interface
ISpMMSysAudio
:
ISpAudio
{
HRESULT
GetDeviceId
(
[
out
]
UINT
*
id
)
;
HRESULT
SetDeviceId
(
[
in
]
UINT
id
)
;
HRESULT
GetMMHandle
(
[
out
]
void
**
handle
)
;
HRESULT
GetLineId
(
[
out
]
UINT
*
id
)
;
HRESULT
SetLineId
(
[
in
]
UINT
id
)
;
}
;
[
object
,
...
...
@@ -1254,4 +1294,26 @@ library SpeechLib
interface
ISpStream
;
[
default
]
interface
ISpeechFileStream
;
}
;
[
uuid
(
cf3d2e50
-
53
f2
-
11
d2
-
960
c
-
00
c04f8ee628
)
]
coclass
SpMMAudioIn
{
interface
ISpEventSource
;
interface
ISpEventSink
;
interface
ISpObjectWithToken
;
interface
ISpMMSysAudio
;
}
;
[
uuid
(
a8c680eb
-
3
d32
-
11
d2
-
9
ee7
-
00
c04f797396
)
]
coclass
SpMMAudioOut
{
interface
ISpEventSource
;
interface
ISpEventSink
;
interface
ISpObjectWithToken
;
interface
ISpMMSysAudio
;
}
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment