FlushFileBuffers |
VB聲明 |
|
Declare Function FlushFileBuffers Lib "kernel32" Alias "FlushFileBuffers" (ByVal hFile As Long) As Long |
|
說明 |
|
針對指定的文件句柄,刷新內(nèi)部文件緩沖區(qū) |
|
返回值 |
|
Long,非零表示成功,零表示失敗。會設(shè)置GetLastError |
|
參數(shù)表 |
|
參數(shù) |
類型及說明 |
hFile |
Long,文件句柄 |
Top |