#include "BITIFF.H"
HANDLE PASCAL DefineCALSHead( LPCALSINFO lpCals,
LPCALSNOTE lpNote)
Description
Creates a CALS transfer unit data file header in the memory. If lpNote is NULL the corresponding records will contain “NONE” string.
Parameters
|
LPCALSINFO |
lpCals |
Pointer to a LPCALSNOTE structure. |
|
LPCALSNOTE |
lpNote |
Pointer to a LPCALSNOTE structure or NULL. |
Return values
Returns a memory handle on success, NULL if failed. It is your responsibility to lock, unlock and free the buffer returned by DefineCALSHead().
Requirements
Header : Declared in BiTiff.h; include BiTiff.h.
Library : Use BiTiff.lib.
DLLs : BiTiff.dll.