Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
5f977d2f
Commit
5f977d2f
authored
Apr 25, 2023
by
Shaun Ren
Committed by
Alexandre Julliard
Apr 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more sapi structs and enums.
parent
ba99b0d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
sapi.idl
include/sapi.idl
+53
-0
No files found.
include/sapi.idl
View file @
5f977d2f
...
@@ -574,6 +574,59 @@ typedef [restricted, hidden] struct SPAUDIOBUFFERINFO
...
@@ -574,6 +574,59 @@ typedef [restricted, hidden] struct SPAUDIOBUFFERINFO
ULONG
ulMsEventBias
;
ULONG
ulMsEventBias
;
}
SPAUDIOBUFFERINFO
;
}
SPAUDIOBUFFERINFO
;
typedef
[
hidden
]
enum
SPPARTOFSPEECH
{
SPPS_NotOverriden
=
-
1
,
SPPS_Unknown
=
0
,
SPPS_Noun
=
0
x1000
,
SPPS_Verb
=
0
x2000
,
SPPS_Modifier
=
0
x3000
,
SPPS_Function
=
0
x4000
,
SPPS_Interjection
=
0
x5000
,
SPPS_Noncontent
=
0
x6000
,
SPPS_LMA
=
0
x7000
,
SPPS_SuppressWord
=
0
xF000
}
SPPARTOFSPEECH
;
typedef
[
restricted
,
hidden
]
struct
SPVPITCH
{
long
MiddleAdj
;
long
RangeAdj
;
}
SPVPITCH
;
typedef
[
hidden
]
enum
SPVACTIONS
{
SPVA_Speak
=
0
,
SPVA_Silence
,
SPVA_Pronounce
,
SPVA_Bookmark
,
SPVA_SpellOut
,
SPVA_Section
,
SPVA_ParseUnknownTag
}
SPVACTIONS
;
typedef
[
restricted
,
hidden
]
struct
SPVCONTEXT
{
LPCWSTR
pCategory
;
LPCWSTR
pBefore
;
LPCWSTR
pAfter
;
}
SPVCONTEXT
;
typedef
[
restricted
,
hidden
]
struct
SPVSTATE
{
SPVACTIONS
eAction
;
LANGID
LangID
;
WORD
wReserved
;
long
EmphAdj
;
long
RateAdj
;
ULONG
Volume
;
SPVPITCH
PitchAdj
;
ULONG
SilenceMSecs
;
SPPHONEID
*
pPhoneIds
;
SPPARTOFSPEECH
ePartOfSpeech
;
SPVCONTEXT
Context
;
}
SPVSTATE
;
cpp_quote
(
"#if defined(__GNUC__)"
)
cpp_quote
(
"#if defined(__GNUC__)"
)
cpp_quote
(
"#define SPCAT_AUDIOOUT (const WCHAR []){ 'H','K','E','Y','_','L','O','C','A','L','_','M','A','C','H','I','N','E','\\\\','S','O','F','T','W','A','R','E','\\\\','M','i','c','r','o','s','o','f','t','\\\\','S','p','e','e','c','h','\\\\','A','u','d','i','o','O','u','t','p','u','t',0 }"
)
cpp_quote
(
"#define SPCAT_AUDIOOUT (const WCHAR []){ 'H','K','E','Y','_','L','O','C','A','L','_','M','A','C','H','I','N','E','\\\\','S','O','F','T','W','A','R','E','\\\\','M','i','c','r','o','s','o','f','t','\\\\','S','p','e','e','c','h','\\\\','A','u','d','i','o','O','u','t','p','u','t',0 }"
)
...
...
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