ファイルフラッシュ【FileFlush】

void FileFlush(int handle)

 

Flushes all data stored in the file buffer to the disk.

ディスクのファイル バッファにストアされたすべてのデータを書き換えします。

Notes: The FileFlush() function must be called between operations of file reading and writing in the file.

注意:FileFlush() 関数は、ファイルの読み込みから、書き込み処理の間に呼び出す必要があります。

At file closing, the data are flushed to the disk automatically, so there is no need to call the FileFlush() function before calling of the FileClose() function.

ファイルを閉じるときに、データは自動的に書き換えられるので、FileClose() 関数を呼び出す前に、FileFlush() 関数を呼び出す必要はありません。

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">