infra:NET Expert
 
×
11.44 RunACIpsScript::ReadBinaryFile
LONG RunACIpsScript::ReadBinaryFile(SCString scsFile, LONG lOffset, SCString& scsRB)
The functions reads from a given position in a file buflen bytes and returns data in scsRB.
Defined in: InfraSetup.cpp
Parameters
scsFile
Input name of file to read
lOffset
Input postion in file to read scsRB.Getlength()
scsRB
Output Data from lOffset to scsRB.GetLength()