Changeset 84191 in vbox
- Timestamp:
- May 7, 2020 8:46:14 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137799
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/vfs.h
r84163 r84191 1517 1517 /** Normal truncate or grow (zero'ed) like RTFileSetSize . */ 1518 1518 #define RTVFSFILE_SIZE_F_NORMAL UINT32_C(0x00000001) 1519 /** Only grow the file, ignore call if cbSize would trun acte the file.1519 /** Only grow the file, ignore call if cbSize would truncate the file. 1520 1520 * This is what RTFileSetAllocationSize does by default. */ 1521 1521 #define RTVFSFILE_SIZE_F_GROW UINT32_C(0x00000002) 1522 /** Only grow the file, ignore call if cbSize would trun acte the file.1522 /** Only grow the file, ignore call if cbSize would truncate the file. 1523 1523 * This is what RTFileSetAllocationSize does by default. */ 1524 1524 #define RTVFSFILE_SIZE_F_GROW_KEEP_SIZE UINT32_C(0x00000003)
Note:
See TracChangeset
for help on using the changeset viewer.