MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
lt_utilStatusStrings.h
Go to the documentation of this file.
1
/* $Id$ */
2
/* //////////////////////////////////////////////////////////////////////////
3
// //
4
// This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, //
5
// Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
6
// prohibited. Access to and use of this code is permitted only under //
7
// license from LizardTech, Inc. Portions of the code are protected by //
8
// US and foreign patents and other filings. All Rights Reserved. //
9
// //
11
/* PUBLIC */
12
13
#ifndef LT_UTILSTATUSSTRINGS_H
14
#define LT_UTILSTATUSSTRINGS_H
15
16
// lt_lib_base
17
#include "
lt_base.h
"
18
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
42
extern
const
char
*
getRawStatusString
(
LT_STATUS
code);
43
44
55
extern
const
char
*
getLastStatusString
(
LT_STATUS
code);
56
57
68
extern
LT_STATUS
initializeStatusStrings
();
69
70
79
extern
LT_STATUS
terminateStatusStrings
();
80
81
82
#ifdef __cplusplus
83
}
84
#endif
85
86
#endif // LT_UTILSTATUSSTRINGS_H
LizardTech