随笔分类 -  技巧

摘要:SetFilePointer(hFile, 0, NULL, FILE_BEGIN);SetEndOfFile(hFile);FlushFileBuffers(hFile); //先把写文件缓冲区的数据强制写入磁盘。 阅读全文
posted @ 2014-11-20 16:28 vcerror 阅读(397) 评论(0) 推荐(0)