路路发智能交易研发中心

 找回密码
 立即注册
查看: 2317|回复: 0

MT4智能交易编程教程-FileFlush函数

[复制链接]

管理员

MT4软件工程师

Rank: 9Rank: 9Rank: 9

积分
6521
帖子
2771
主题
2761
QQ
发表于 2014-3-27 10:14:28 | 显示全部楼层 |阅读模式
MT4智能交易编程教程-FileFlush函数
在输入/输出文件缓冲区中编辑所有保留数据到磁盘。
void  FileFlush(
   int  file_handle      // 文件句柄
   );

参量
file_handle
[in]  通过 FileOpen()返回文件说明符。
返回值
没有返回值。
注释
When writing to a file, the data may be actually found there only after some time. To save the data in the file instantly, use FileFlush() function. If the function is not used, part of the data that has not been stored in the disk yet, will be forcibly written there only when the file is closed using FileClose() function.
The function should be used when written data is of a certain value. It should be kept in mind that frequent function call may affect the program operation speed.
函数FileFlush ()必须在阅读和编辑文件操作之间调用。


外汇智能交易,成就财富梦想!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


MT4编程培训|EA定制开发|QQ在线咨询|路路发智能交易研发中心

GMT+8, 2024-12-22 17:32 , Processed in 0.158950 second(s), 27 queries .

© 2009-2022 520EA.com EA668.com

快速回复 返回顶部 返回列表