LMS 2012
|
#include <lmstypes.h>
Data Fields | |
UBYTE | Sign [4] |
Place holder for the file type identifier. More... | |
IMINDEX | ImageSize |
Image size. More... | |
UWORD | VersionInfo |
Version identifier. More... | |
OBJID | NumberOfObjects |
Total number of objects in image. More... | |
GBINDEX | GlobalBytes |
Number of bytes to allocate for global variables. More... | |
Image header
Definition at line 144 of file lmstypes.h.
GBINDEX GlobalBytes |
Number of bytes to allocate for global variables.
Definition at line 150 of file lmstypes.h.
IMINDEX ImageSize |
Image size.
Definition at line 147 of file lmstypes.h.
OBJID NumberOfObjects |
Total number of objects in image.
Definition at line 149 of file lmstypes.h.
UBYTE Sign[4] |
Place holder for the file type identifier.
Definition at line 146 of file lmstypes.h.
UWORD VersionInfo |
Version identifier.
Definition at line 148 of file lmstypes.h.