MrSID Decode SDK for Raster Reference Manual
9.0.0.3864
|
#include "lt_base.h"
Go to the source code of this file.
Macros | |
#define | LT_STS_IOBas 145000 |
Base value for stream error codes. More... | |
#define | LT_STS_IOStreamUninitialized 145003 |
Indicates that a stream has not been initialized with a data source. More... | |
#define | LT_STS_IOStreamUnsupported 145010 |
Indicates that a requested operation is not supported by a stream. More... | |
#define | LT_STS_IOInvalidArgs 145011 |
Indicates that the supplied arguments are invalid or unintelligible. More... | |
#define | LT_STS_IOStreamInvalidState 145012 |
Indicates that a stream is in a state that disallows the requested action. More... | |
#define | LT_STS_IOOutOfMemory 145013 |
Out of memory. More... | |
#define | LT_STS_IOFileLock 145014 |
Unable to get file lock. More... | |
#define | LT_STS_IOFileUnlock 145015 |
Could not unlock file. More... | |
#define | LT_STS_IOMax 145999 |
Upper limit for stream error codes. More... | |
#define LT_STS_IOBas 145000 |
Definition at line 19 of file lt_ioStatus.h.
#define LT_STS_IOFileLock 145014 |
Definition at line 43 of file lt_ioStatus.h.
#define LT_STS_IOFileUnlock 145015 |
Definition at line 47 of file lt_ioStatus.h.
#define LT_STS_IOInvalidArgs 145011 |
Definition at line 31 of file lt_ioStatus.h.
#define LT_STS_IOMax 145999 |
Definition at line 51 of file lt_ioStatus.h.
#define LT_STS_IOOutOfMemory 145013 |
Definition at line 39 of file lt_ioStatus.h.
#define LT_STS_IOStreamInvalidState 145012 |
Definition at line 35 of file lt_ioStatus.h.
#define LT_STS_IOStreamUninitialized 145003 |
Definition at line 23 of file lt_ioStatus.h.
#define LT_STS_IOStreamUnsupported 145010 |
Definition at line 27 of file lt_ioStatus.h.
LizardTech |