 |
INFO: FILE_FLAG_WRITE_THROUGH and FILE_FLAG_NO_BUFFERING
The FILE_FLAG_WRITE_THROUGH flag for CreateFile() causes any writes made to that handle to be written directly to the file without being buffered. The data is cached (stored in the disk cache); however, it is still written directly to the file....
support.microsoft.com |
 |