19 #define LT_STS_IOBas 145000
23 #define LT_STS_IOStreamUninitialized 145003
27 #define LT_STS_IOStreamUnsupported 145010
31 #define LT_STS_IOInvalidArgs 145011
35 #define LT_STS_IOStreamInvalidState 145012
39 #define LT_STS_IOOutOfMemory 145013
43 #define LT_STS_IOFileLock 145014
47 #define LT_STS_IOFileUnlock 145015
51 #define LT_STS_IOMax 145999
55 #endif // LT_IOSTATUS_H
#define LT_STS_IOBas
Base value for stream error codes.
#define LT_STS_IOStreamInvalidState
Indicates that a stream is in a state that disallows the requested action.
#define LT_STS_IOFileLock
Unable to get file lock.
Include file for all LizardTech sources.
#define LT_STS_IOFileUnlock
Could not unlock file.
#define LT_STS_IOOutOfMemory
Out of memory.
#define LT_STS_IOStreamUninitialized
Indicates that a stream has not been initialized with a data source.
#define LT_STS_IOMax
Upper limit for stream error codes.
#define LT_STS_IOStreamUnsupported
Indicates that a requested operation is not supported by a stream.
#define LT_STATUSSTRING_ADD(NUM, STR)
#define LT_STS_IOInvalidArgs
Indicates that the supplied arguments are invalid or unintelligible.