typedef struct tagIOCA
{
DWORD wSegLength;
WORD wImgType;
WORD wImgHResolution;
WORD wImgVResolution;
WORD wHSize;
WORD wVSize;
WORD wCompression;
WORD wFirstImgSize;
LONG lFirstImgOffset;
} IOCA;
Members of the structure
|
DWORD |
wSegLength |
Segment length |
|
WORD |
wImgType |
Begin Image Content "FF" IOCA |
|
WORD |
wImgHResolution |
Image vertical resolution |
|
WORD |
wImgVResolution |
Image horizontal resolution |
|
WORD |
wHSize |
Image Width |
|
WORD |
wVSize |
Image Height |
|
WORD |
wCompression |
Image Compression |
|
WORD |
wFirstImgSize |
First image block size in bytes |
|
LONG |
lFirstImgOffset |
First image block offset in the file |
Requirements
Header : Declared in MMR.h.