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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmsystem.h1534 #define MMIOERR_BASE 256 macro
1535 #define MMIOERR_FILENOTFOUND (MMIOERR_BASE + 1) /* file not found */
1536 #define MMIOERR_OUTOFMEMORY (MMIOERR_BASE + 2) /* out of memory */
1537 #define MMIOERR_CANNOTOPEN (MMIOERR_BASE + 3) /* cannot open */
1538 #define MMIOERR_CANNOTCLOSE (MMIOERR_BASE + 4) /* cannot close */
1539 #define MMIOERR_CANNOTREAD (MMIOERR_BASE + 5) /* cannot read */
1540 #define MMIOERR_CANNOTWRITE (MMIOERR_BASE + 6) /* cannot write */
1541 #define MMIOERR_CANNOTSEEK (MMIOERR_BASE + 7) /* cannot seek */
1542 #define MMIOERR_CANNOTEXPAND (MMIOERR_BASE + 8) /* cannot expand file */
1543 #define MMIOERR_CHUNKNOTFOUND (MMIOERR_BASE
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmsystem.h1532 #define MMIOERR_BASE 256 macro
1533 #define MMIOERR_FILENOTFOUND (MMIOERR_BASE + 1) /* file not found */
1534 #define MMIOERR_OUTOFMEMORY (MMIOERR_BASE + 2) /* out of memory */
1535 #define MMIOERR_CANNOTOPEN (MMIOERR_BASE + 3) /* cannot open */
1536 #define MMIOERR_CANNOTCLOSE (MMIOERR_BASE + 4) /* cannot close */
1537 #define MMIOERR_CANNOTREAD (MMIOERR_BASE + 5) /* cannot read */
1538 #define MMIOERR_CANNOTWRITE (MMIOERR_BASE + 6) /* cannot write */
1539 #define MMIOERR_CANNOTSEEK (MMIOERR_BASE + 7) /* cannot seek */
1540 #define MMIOERR_CANNOTEXPAND (MMIOERR_BASE + 8) /* cannot expand file */
1541 #define MMIOERR_CHUNKNOTFOUND (MMIOERR_BASE
[all...]

Completed in 647 milliseconds