Hello All,
If a file is opened using the FILE_FLAG_NO_BUFFERING flag for un-buffered I/O with CreateFile() API, it cannot be backed up using BackupRead().
With un-buffered I/O how can I then back up a file as the ReadFile() API which would work when FILE_FLAG_NO_BUFFERING is used cannot backup metadata.
Thanks



LinkBack URL
About LinkBacks


