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
e0a2692a
Commit
e0a2692a
authored
Dec 15, 2020
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Dec 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add error codes in audioclient.idl.
Signed-off-by:
Biswapriyo Nath
<
nathbappai@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
82bea03f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
audioclient.idl
include/audioclient.idl
+5
-0
No files found.
include/audioclient.idl
View file @
e0a2692a
...
@@ -399,6 +399,11 @@ cpp_quote("#define AUDCLNT_E_OUT_OF_OFFLOAD_RESOURCES AUDCLNT_ERR(0x023)")
...
@@ -399,6 +399,11 @@ cpp_quote("#define AUDCLNT_E_OUT_OF_OFFLOAD_RESOURCES AUDCLNT_ERR(0x023)")
cpp_quote("
#
define
AUDCLNT_E_OFFLOAD_MODE_ONLY
AUDCLNT_ERR
(
0
x024
)
")
cpp_quote("
#
define
AUDCLNT_E_OFFLOAD_MODE_ONLY
AUDCLNT_ERR
(
0
x024
)
")
cpp_quote("
#
define
AUDCLNT_E_NONOFFLOAD_MODE_ONLY
AUDCLNT_ERR
(
0
x025
)
")
cpp_quote("
#
define
AUDCLNT_E_NONOFFLOAD_MODE_ONLY
AUDCLNT_ERR
(
0
x025
)
")
cpp_quote("
#
define
AUDCLNT_E_RESOURCES_INVALIDATED
AUDCLNT_ERR
(
0
x026
)
")
cpp_quote("
#
define
AUDCLNT_E_RESOURCES_INVALIDATED
AUDCLNT_ERR
(
0
x026
)
")
cpp_quote("
#
define
AUDCLNT_E_RAW_MODE_UNSUPPORTED
AUDCLNT_ERR
(
0
x027
)
")
cpp_quote("
#
define
AUDCLNT_E_ENGINE_PERIODICITY_LOCKED
AUDCLNT_ERR
(
0
x028
)
")
cpp_quote("
#
define
AUDCLNT_E_ENGINE_FORMAT_LOCKED
AUDCLNT_ERR
(
0
x029
)
")
cpp_quote("
#
define
AUDCLNT_E_HEADTRACKING_ENABLED
AUDCLNT_ERR
(
0
x030
)
")
cpp_quote("
#
define
AUDCLNT_E_HEADTRACKING_UNSUPPORTED
AUDCLNT_ERR
(
0
x040
)
")
cpp_quote("
#
define
AUDCLNT_S_BUFFER_EMPTY
AUDCLNT_SUCCESS
(
0
x1
)
")
cpp_quote("
#
define
AUDCLNT_S_BUFFER_EMPTY
AUDCLNT_SUCCESS
(
0
x1
)
")
cpp_quote("
#
define
AUDCLNT_S_THREAD_ALREADY_REGISTERED
AUDCLNT_SUCCESS
(
0
x2
)
")
cpp_quote("
#
define
AUDCLNT_S_THREAD_ALREADY_REGISTERED
AUDCLNT_SUCCESS
(
0
x2
)
")
...
...
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