ReactOS
0.4.16-dev-1093-g93e9710
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
audevcod.h
Go to the documentation of this file.
1
2
#ifndef __AUDEVCOD__
3
#define __AUDEVCOD__
4
5
#define EC_SND_DEVICE_ERROR_BASE 0x0200
6
#define EC_SNDDEV_IN_ERROR (EC_SND_DEVICE_ERROR_BASE + 0x00)
7
#define EC_SNDDEV_OUT_ERROR (EC_SND_DEVICE_ERROR_BASE + 0x01)
8
9
typedef
enum
_tagSND_DEVICE_ERROR
10
{
11
SNDDEV_ERROR_Open
=1,
12
SNDDEV_ERROR_Close
=2,
13
SNDDEV_ERROR_GetCaps
=3,
14
SNDDEV_ERROR_PrepareHeader
=4,
15
SNDDEV_ERROR_UnprepareHeader
=5,
16
SNDDEV_ERROR_Reset
=6,
17
SNDDEV_ERROR_Restart
=7,
18
SNDDEV_ERROR_GetPosition
=8,
19
SNDDEV_ERROR_Write
=9,
20
SNDDEV_ERROR_Pause
=10,
21
SNDDEV_ERROR_Stop
=11,
22
SNDDEV_ERROR_Start
=12,
23
SNDDEV_ERROR_AddBuffer
=13,
24
SNDDEV_ERROR_Query
=14,
25
}
SNDDEV_ERR
;
26
27
#endif
28
SNDDEV_ERR
enum _tagSND_DEVICE_ERROR SNDDEV_ERR
_tagSND_DEVICE_ERROR
_tagSND_DEVICE_ERROR
Definition:
audevcod.h:10
SNDDEV_ERROR_Reset
@ SNDDEV_ERROR_Reset
Definition:
audevcod.h:16
SNDDEV_ERROR_GetCaps
@ SNDDEV_ERROR_GetCaps
Definition:
audevcod.h:13
SNDDEV_ERROR_Close
@ SNDDEV_ERROR_Close
Definition:
audevcod.h:12
SNDDEV_ERROR_PrepareHeader
@ SNDDEV_ERROR_PrepareHeader
Definition:
audevcod.h:14
SNDDEV_ERROR_Open
@ SNDDEV_ERROR_Open
Definition:
audevcod.h:11
SNDDEV_ERROR_UnprepareHeader
@ SNDDEV_ERROR_UnprepareHeader
Definition:
audevcod.h:15
SNDDEV_ERROR_GetPosition
@ SNDDEV_ERROR_GetPosition
Definition:
audevcod.h:18
SNDDEV_ERROR_Write
@ SNDDEV_ERROR_Write
Definition:
audevcod.h:19
SNDDEV_ERROR_Stop
@ SNDDEV_ERROR_Stop
Definition:
audevcod.h:21
SNDDEV_ERROR_AddBuffer
@ SNDDEV_ERROR_AddBuffer
Definition:
audevcod.h:23
SNDDEV_ERROR_Start
@ SNDDEV_ERROR_Start
Definition:
audevcod.h:22
SNDDEV_ERROR_Restart
@ SNDDEV_ERROR_Restart
Definition:
audevcod.h:17
SNDDEV_ERROR_Pause
@ SNDDEV_ERROR_Pause
Definition:
audevcod.h:20
SNDDEV_ERROR_Query
@ SNDDEV_ERROR_Query
Definition:
audevcod.h:24
sdk
include
dxsdk
audevcod.h
Generated on Mon May 5 2025 06:12:13 for ReactOS by
1.9.6