MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
|
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_UTILSTATUSSTRINGS_H 00014 #define LT_UTILSTATUSSTRINGS_H 00015 00016 // lt_lib_base 00017 #include "lt_base.h" 00018 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00042 extern const char* getRawStatusString(LT_STATUS code); 00043 00044 00055 extern const char* getLastStatusString(LT_STATUS code); 00056 00057 00068 extern LT_STATUS initializeStatusStrings(); 00069 00070 00079 extern LT_STATUS terminateStatusStrings(); 00080 00081 00082 #ifdef __cplusplus 00083 } 00084 #endif 00085 00086 #endif // LT_UTILSTATUSSTRINGS_H