#include "BITIFF.H"
LPSTR PASCAL FindCALSRecord( LPSTR lpMem,
LPSTR rname)
Description
Searches for the specified CALS record.
Parameters
|
LPSTR |
lpMem |
Pointer to a CALS header in the memory. |
|
LPSTR |
rname |
Name of a CALS record to be found. |
Return values
Returns a pointer to the beginning of the specified CALS record, NULL if the record is not found.
Requirements
Header : Declared in BiTiff.h; include BiTiff.h.
Library : Use BiTiff.lib.
DLLs : BiTiff.dll.