Flushes all pending writes for a file
#include <nwfileng.h>
int FEFlushWrite (
int handle);
(IN) Specifies handle of the file to be flushed.
This function returns a value of 0 if successful. Otherwise, it returns a NetWare error code. See Return Values for C for more information.
When this function returns, all writes associated with the file specified by the file handle are complete.