FEFlushWrite

Flushes all pending writes for a file

Local Servers:blocking
Remote Servers:N/A
NetWare Server:3.x, 4.x, 5.x, 6.x
Platform:NLM
Service:File Engine

Syntax

   #include <nwfileng.h>  
    
   int FEFlushWrite  (  
      int   handle); 
   

Parameters

handle

(IN) Specifies handle of the file to be flushed.

Return Values

This function returns a value of 0 if successful. Otherwise, it returns a NetWare error code. See Return Values for C for more information.

Remarks

When this function returns, all writes associated with the file specified by the file handle are complete.