Directory Contents Search << >>


IFSReadFile

long IFSReadFile(HIFSFILE ifsfile, LPVOID dest, DWORD count)

Reads data from an internal File.

Defined in: C:/HLPACCES/IFS.C

Return Value

Number of bytes actually read from the internal file. if the Number of bytes that need to be read would exceed the size of the internal file, the number is reduced to the actual file size.

The number returned may be -1 to indicate an error.

Parameters

ifsfile

Handle to the opened internal file returned by IFSOpenFile

dest

Destination buffer address

count

Number of Bytes that need to be read

Comments

This function can read more than 65535 bytes at a time on 16-Bit OS.

logo