ReadMODCAHeader

#include "BITIFF.H"

BOOL CALLBACK ReadMODCAHeader(int nFile, LPIOCA lpIoca)

Description

Tries to load a MODCA wrapper from the specified file. On success, sets the image dimensions in the given structure and leaves the file pointer on the first code byte of the image.

Parameters

int

nFile

File handle for an MMR file.

LPIOCA

lpIoca

Far pointer of IOCA structure.

Return values

TRUE on success, FALSE if failed.

Requirements

Header :     Declared in BiTiff.h; include BiTiff.h.

Library :    Use BiTiff.lib.

DLLs :       BiTiff.dll.

References to related functions

See ReadIOCAHeader().