9.132 CStpDBAccess::StpReadRecord
LONG CStpDBAccess::StpReadRecord(LONG lFhdl, LONG lLen, const SCString& scsDel, SCString& scsBuf)
Special function to read an Infra DataBase record from an inport file
Defined in: StpDBAccess.cpp
Parameters
lFhdl
Input filehandle of import file
lLen
Input 0 read up to record delimiter, > 0 read fix length from import file
scsDel
Input delimiter of record on lLen > 0
scsBuf
Output record read from import file