#include "BITIFF.H"
BOOL PASCAL ReadCALSNote( LPSTR lpFileName,
LPCALSNOTE lpNote)
Description
Reads document information records from the specified CALS transfer unit file and fills the given LPCALSNOTE structure. The following CALS transfer unit file records will be read:
srcdocid: - Source system document identifier
dstdocid: - Destination system document identifier.
txtfileid: - Same as “datfilid” Data field identifier.
figid: - Same as “didid” Data item description.
scrgph: - Same as “fosipulid” Public identifier of an associated FOSI.
doccls: - Data file security label.
notes: - Notes.
Parameters
|
LPSTR |
lpFileName |
Pointer to the file name string. |
|
LPCALSNOTE |
lpNote |
Pointer to a LPCALSNOTE structure. |
Return values
Returns TRUE on success, FALSE if failed.
Requirements
Header : Declared in BiTiff.h; include BiTiff.h.
Library : Use BiTiff.lib.
DLLs : BiTiff.dll.