NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
Loader module error codes

Error codes returned by functions in the Loader module (file access). More...

Macros

#define LDR_SUCCESS   0x0000
 
#define LDR_INPROGRESS   0x0001
 
#define LDR_REQPIN   0x0002
 
#define LDR_NOMOREHANDLES   0x8100
 
#define LDR_NOSPACE   0x8200
 
#define LDR_NOMOREFILES   0x8300
 
#define LDR_EOFEXPECTED   0x8400
 
#define LDR_ENDOFFILE   0x8500
 
#define LDR_NOTLINEARFILE   0x8600
 
#define LDR_FILENOTFOUND   0x8700
 
#define LDR_HANDLEALREADYCLOSED   0x8800
 
#define LDR_NOLINEARSPACE   0x8900
 
#define LDR_UNDEFINEDERROR   0x8A00
 
#define LDR_FILEISBUSY   0x8B00
 
#define LDR_NOWRITEBUFFERS   0x8C00
 
#define LDR_APPENDNOTPOSSIBLE   0x8D00
 
#define LDR_FILEISFULL   0x8E00
 
#define LDR_FILEEXISTS   0x8F00
 
#define LDR_MODULENOTFOUND   0x9000
 
#define LDR_OUTOFBOUNDARY   0x9100
 
#define LDR_ILLEGALFILENAME   0x9200
 
#define LDR_ILLEGALHANDLE   0x9300
 
#define LDR_BTBUSY   0x9400
 
#define LDR_BTCONNECTFAIL   0x9500
 
#define LDR_BTTIMEOUT   0x9600
 
#define LDR_FILETX_TIMEOUT   0x9700
 
#define LDR_FILETX_DSTEXISTS   0x9800
 
#define LDR_FILETX_SRCMISSING   0x9900
 
#define LDR_FILETX_STREAMERROR   0x9A00
 
#define LDR_FILETX_CLOSEERROR   0x9B00
 
#define LDR_INVALIDSEEK   0x9C00
 

Detailed Description

Error codes returned by functions in the Loader module (file access).