User`s guide
SdfScanStruct
Syntax int SdfScanStruct (short fn,
struct SDF_SCAN_STRUCT far *scanStruct);
Returns an integer(short) of zero or minus one. A return of 0 indicates no error; a return of
-1 indicates an error.
This function reads scan information from an open SDF file, where fn is the number of the open SDF file
(for details, see SdfOpen). The information is put in the SDF_SCAN_STRUCT structure, where
scanStruct is the pointer to the structure.
Using SDF Data with C Programs
SdfScanStruct
6-10