_FWrite( ) API Library Routine
Writes exactly length bytes from your buffer to a file specified by chan.
unsigned int _FWrite(FCHAN chan, char FAR *buffer, int length) FCHAN chan; /* File channel of file to write to. */ char FAR *buffer; /* Buffer address. */ int length; /* Number of bytes to write. */ |
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