MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
00001 /* $Id$ */ 00002 /* ////////////////////////////////////////////////////////////////////////// 00003 // // 00004 // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, // 00005 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution // 00006 // prohibited. Access to and use of this code is permitted only under // 00007 // license from LizardTech, Inc. Portions of the code are protected by // 00008 // US and foreign patents and other filings. All Rights Reserved. // 00009 // // 00011 /* PUBLIC */ 00012 00013 #ifndef LT_IOSTATUS_H 00014 #define LT_IOSTATUS_H 00015 00016 #include "lt_base.h" 00017 00019 #define LT_STS_IOBas 145000 00020 LT_STATUSSTRING_ADD(LT_STS_IOBas, "lt_lib_io base") 00021 00022 00023 #define LT_STS_IOStreamUninitialized 145003 00024 LT_STATUSSTRING_ADD(LT_STS_IOStreamUninitialized, "stream not initialized") 00025 00026 00027 #define LT_STS_IOStreamUnsupported 145010 00028 LT_STATUSSTRING_ADD(LT_STS_IOStreamUnsupported, "operation unsupported") 00029 00030 00031 #define LT_STS_IOInvalidArgs 145011 00032 LT_STATUSSTRING_ADD(LT_STS_IOInvalidArgs, "invalid arguments") 00033 00034 00035 #define LT_STS_IOStreamInvalidState 145012 00036 LT_STATUSSTRING_ADD(LT_STS_IOStreamInvalidState, "stream in invalid state") 00037 00038 00039 #define LT_STS_IOOutOfMemory 145013 00040 LT_STATUSSTRING_ADD(LT_STS_IOOutOfMemory, "out of memory") 00041 00042 00043 #define LT_STS_IOFileLock 145014 00044 LT_STATUSSTRING_ADD(LT_STS_IOFileLock, "unable to get file lock") 00045 00046 00047 #define LT_STS_IOFileUnlock 145015 00048 LT_STATUSSTRING_ADD(LT_STS_IOFileUnlock, "could not unlock file") 00049 00050 00051 #define LT_STS_IOMax 145999 00052 LT_STATUSSTRING_ADD(LT_STS_IOMax, "lt_lib_io max") 00053 00054 00055 #endif // LT_IOSTATUS_H