Description |
Loads an IOCA (IBM Image Object Content Architecture) Function Set 10 image into a DIB from memory. The memory must be allocated using the GlobalAlloc Windows API function.
Images with the following compressions are supported:
· IBM MMR · Uncompressed · CCITT Group 3 1D · CCITT Group 3 2D · CCITT Group 4 · JPEG · LZW · Pack Bits
|
||
Syntax |
Dib = [BITIFF.] LoadIOCAImageIntoDIB GlobalMemory Size
|
||
Parameters |
GlobalMemory |
LONGLONG |
Handle to memory containing the MO:DCA document. The memory must be allocated using the GlobalAlloc Windows API function.
|
Size |
Long |
The size of the MO:DCA image in bytes.
|
|
Return Value |
The DIB handle on success, 0 on failure. Use the BiTiffGetLastErrort function to get the error code. |