VirtualBox

Changeset 23047 in vbox for trunk/include


Ignore:
Timestamp:
Sep 15, 2009 9:29:15 PM (15 years ago)
Author:
vboxsync
Message:

Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is disabled and how to workaround it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/file.h

    r22516 r23047  
    174174 *          http://msdn.microsoft.com/en-us/library/cc644950(VS.85).aspx ).
    175175 *          The buffer address, the transfer size and offset needs to be
    176  *          aligned to the sector size of the volume.
     176 *          aligned to the sector size of the volume. Furthermore FILE_APPEND_DATA
     177 *          is disabled. To write beyond the size of file use RTFileSetSize prior
     178 *          writing the data to the file.
     179 *
     180 *          This flag does not work on Solaris if the target filesystem is ZFS. RTFileOpen will return an
     181 *          error with that configuration. When used with UFS the same alginment restrictions
     182 *          apply like Linux and Windows.
    177183 *
    178184 * @remarks This might not be implemented on all platforms,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette