FlushFileBuffers VB聲明 Declare Function FlushFileBuffers Lib "kernel32" Alias "FlushFileBuffers" (ByVal hFile As Long) As Long 說明 針對指定的檔案句柄,刷新內部檔案緩衝區 返回值 Long,非零表示成功,零表示失敗。會設定GetLastError 參數表 參數 類型及說明 hFile Long,檔案句柄