INtime SDK Help
FlushRtFileBuffers
INtime SDK v6 > About INtime > INtime Kernel > Files > FlushRtFileBuffers

Causes all of the operating system buffers for the indicated file to be flushed to the disk medium.

BOOLEAN FlushRtFileBuffers(
    RTHANDLE hFile); 

Parameters

hFile
A handle for a file object.

Remarks

When this call returns successfully, the data stored in cache buffers by the operating system is guaranteed to have been flushed to the underlying medium.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also