FlushFileBuffers
flushfilebuffers_FlushFileBuffers -VB声明
Declare Function FlushFileBuffers Lib "kernel32" Alias "FlushFileBuffers" (ByVal hFile As Long) As Long
flushfilebuffers_FlushFileBuffers -说明
针对指定的文件句柄,刷新内部文件缓冲区
flushfilebuffers_FlushFileBuffers -返回值
Long,非零表示成功,零表示失败。会设置GetLastError
flushfilebuffers_FlushFileBuffers -参数表
参数 类型及说明
hFile Long,文件句柄
flushfilebuffers_FlushFileBuffers -版权
此词条来自互联网,由网友自由创建。版权属原作者所有。本站若无意侵犯了你的权利,请来信联系我们,我们会及时配合处理。(http://www.clwiki.cn计算机语言百科全书)