Searched defs:WAVERR_BASE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmsystem.h153 #define WAVERR_BASE 32 macro
313 #define WAVERR_BADFORMAT (WAVERR_BASE + 0) /* unsupported wave format */
314 #define WAVERR_STILLPLAYING (WAVERR_BASE + 1) /* still something playing */
315 #define WAVERR_UNPREPARED (WAVERR_BASE + 2) /* header not prepared */
316 #define WAVERR_SYNC (WAVERR_BASE + 3) /* device is synchronous */
317 #define WAVERR_LASTERROR (WAVERR_BASE + 3) /* last error in range */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmsystem.h153 #define WAVERR_BASE 32 macro
311 #define WAVERR_BADFORMAT (WAVERR_BASE + 0) /* unsupported wave format */
312 #define WAVERR_STILLPLAYING (WAVERR_BASE + 1) /* still something playing */
313 #define WAVERR_UNPREPARED (WAVERR_BASE + 2) /* header not prepared */
314 #define WAVERR_SYNC (WAVERR_BASE + 3) /* device is synchronous */
315 #define WAVERR_LASTERROR (WAVERR_BASE + 3) /* last error in range */

Completed in 124 milliseconds