#include "lt_base.h"Go to the source code of this file.
Defines | |
| #define | LT_STS_IOBas 145000 |
| Base value for stream error codes. | |
| #define | LT_STS_IOStreamUninitialized 145003 |
| Indicates that a stream has not been initialized with a data source. | |
| #define | LT_STS_IOStreamUnsupported 145010 |
| Indicates that a requested operation is not supported by a stream. | |
| #define | LT_STS_IOInvalidArgs 145011 |
| Indicates that the supplied arguments are invalid or unintelligible. | |
| #define | LT_STS_IOStreamInvalidState 145012 |
| Indicates that a stream is in a state that disallows the requested action. | |
| #define | LT_STS_IOOutOfMemory 145013 |
| Out of memory. | |
| #define | LT_STS_IOFileLock 145014 |
| Unable to get file lock. | |
| #define | LT_STS_IOFileUnlock 145015 |
| Could not unlock file. | |
| #define | LT_STS_IOMax 145999 |
| Upper limit for stream error codes. | |
| #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 |