FlushFileBuffers()
语法
Result = FlushFileBuffers(#File)概要
Ensures that all buffered operations are written to disk.
参数
#File The file to use.
返回值
Nonzero if the buffer has been successfully written the disk. If an error occurred (ie: disk full, disk error), it will return zero.
Remarks
See FileBuffersSize() for more information about file buffer management.
参阅
FileBuffersSize()
已支持操作系统
所有