| Miles Sound System SDK 7.2a |
The basic type MILES_FILE_ERRORS describes an error encountered by one of the Miles file I/O functions.
| Value | Description |
|---|---|
| AIL_NO_ERROR | No file errors have occurred. (Debugger value: 0). |
| AIL_IO_ERROR | An unspecified I/O error has occurred. (Debugger value: 1). |
| AIL_OUT_OF_MEMORY | Couldn't allocate enough memory. (Debugger value: 2). |
| AIL_FILE_NOT_FOUND | The file you tried to read could not be found. (Debugger value: 3). |
| AIL_CANT_WRITE_FILE | Error reading from file. (Debugger value: 4). |
| AIL_CANT_READ_FILE | Error writing to file. (Debugger value: 5). |
| AIL_DISK_FULL | The drive you are writing to is full. (Debugger value: 6). |
Group:
Memory and File Services
Related Functions:
AIL_file_error
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.