MrSID Decode SDK for Raster Reference Manual
9.0.0.3864
|
Support for the IO classes. More...
Go to the source code of this file.
Macros | |
#define | LTIO_HR_FAILED(hr) (static_cast<lt_int32>(hr) < 0) |
Typedefs | |
typedef enum LTIOSeekDir | LTIOSeekDir |
Stream seek directions. More... | |
Enumerations | |
enum | LTIOSeekDir { LTIO_SEEK_DIR_ERROR = 1, LTIO_SEEK_DIR_BEG = 2, LTIO_SEEK_DIR_CUR = 3, LTIO_SEEK_DIR_END = 4, LTIO_SEEK_DIR_MAX = 5 } |
Stream seek directions. More... | |
#define LTIO_HR_FAILED | ( | hr) | (static_cast<lt_int32>(hr) < 0) |
Definition at line 52 of file lt_lib_io.h.
typedef enum LTIOSeekDir LTIOSeekDir |
enum LTIOSeekDir |
Definition at line 30 of file lt_lib_io.h.
LizardTech |