_FRead( ) API Library Routine
Copies to the buffer exactly length bytes from a file into buffer.
unsigned int _FRead(FCHAN chan, char FAR *buffer, int length) FCHAN chan; /* File channel of file from which to copy. */ char FAR *buffer; /* Buffer address. */ int length; /* Number of bytes to be copied. */ |
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08