add error return values

This commit is contained in:
internal 2022-10-25 19:32:51 +02:00
parent 390f67c03b
commit 24801ab41a
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@
#define MCI_STATUS_OK (0x00)
#define MCI_STATUS_UNSUPPORTED (0x80)
#define MCI_STATUS_BUSY (0xFA)
#define MCI_STATUS_HARDWARE_ERROR (0xFB)
#define MCI_STATUS_INVALID_PARAMETER (0xFC)
#define MCI_STATUS_RETRY (0xFD)
#define MCI_STATUS_NOT_READY (0xFE)