#include "BITIFF.H"
BOOL CALLBACK WriteIOCAHeader(int nFile, LPIOCA lpIoca)
Description
Writes an IOCA wrapper into the specified file.
Parameters
|
int |
nFile |
File handle for an MMR file. |
|
LPIOCA |
lpIoca |
Far pointer of an 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().