Changeset 23047 in vbox for trunk/include
- Timestamp:
- Sep 15, 2009 9:29:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r22516 r23047 174 174 * http://msdn.microsoft.com/en-us/library/cc644950(VS.85).aspx ). 175 175 * 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. 177 183 * 178 184 * @remarks This might not be implemented on all platforms,
Note:
See TracChangeset
for help on using the changeset viewer.