Defines | |
| #define | INT13_STATUS_SUCCESS 0x00 |
| Operation completed successfully. | |
| #define | INT13_STATUS_INVALID 0x01 |
| Invalid function or parameter. | |
| #define | INT13_STATUS_READ_ERROR 0x04 |
| Read error. | |
| #define | INT13_STATUS_WRITE_ERROR 0xcc |
| Write error. | |
| #define INT13_STATUS_SUCCESS 0x00 |
| #define INT13_STATUS_INVALID 0x01 |
Invalid function or parameter.
Definition at line 56 of file int13.h.
Referenced by int13(), int13_extension_check(), and int13_rw_sectors().
| #define INT13_STATUS_READ_ERROR 0x04 |
Read error.
Definition at line 58 of file int13.h.
Referenced by int13_extended_rw(), and int13_rw_sectors().
1.5.7.1