Go to the documentation of this file.
4 #define IIS_RUN_FOREVER 0 // 1...TRUE
6 #define IIS_MODE_PLAY 0
7 #define IIS_MODE_RECORD 1
9 #define MMSYSERR_BASE 0
10 #define MMSYSERR_NOERROR (MMSYSERR_BASE+0)
11 #define MMSYSERR_BADDEVICEID (MMSYSERR_BASE+2)
12 #define MMSYSERR_INVALHANDLE (MMSYSERR_BASE+5)
13 #define MMSYSERR_NOMEM (MMSYSERR_BASE+7)
14 #define MMSYSERR_NOTSUPPORTED (MMSYSERR_BASE+8)
16 #define WAVE_ERR_BASE 32
17 #define WAVE_ERR_BADFORMAT (WAVERR_BASE+0)
18 #define WAVE_ERR_STILLPLAYING (WAVERR_BASE+1)
19 #define WAVE_ERR_UNPREPARED (WAVERR_BASE+2)
20 #define WAVE_ERR_SYNC (WAVERR_BASE+3)