Changeset 6984 in vbox for trunk/include
- Timestamp:
- Feb 18, 2008 10:50:55 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r6429 r6984 94 94 #define RTFILE_O_ACTION_MASK 0x00000300 95 95 96 /** Turns off indexing of files on Windows hosts. 97 * @remark This might not be implemented on all platforms, 98 * and will be ignored on those. 99 */ 100 #define RTFILE_O_NOT_CONTENT_INDEXED 0x00000800 96 101 /** Truncate the file. 97 102 * @remark This will not truncate files opened for read-only. … … 113 118 */ 114 119 #define RTFILE_O_WRITE_THROUGH 0x00008000 115 116 120 /** Mask of all valid flags. 117 121 * @remark This doesn't validate the access mode properly. 118 122 */ 119 #define RTFILE_O_VALID_MASK 0x0000F 333123 #define RTFILE_O_VALID_MASK 0x0000FB73 120 124 121 125 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.