#include "BITIFF.H"
HANDLE CALLBACK ReadCALSHead(LPSTR lpFileName)
Description
Reads the 2K header of the specified CALS transfer unit data file.
Parameters
|
LPSTR |
lpFileName |
Pointer to the file name string. |
Return values
Returns a memory handle to the CALS header on success, NULL if failed. It is your responsibility to lock, unlock and free the buffer returned by ReadCALSHead.
Requirements
Header : Declared in BiTiff.h; include BiTiff.h.
Library : Use BiTiff.lib.
DLLs : BiTiff.dll.