VirtualBox

Changeset 6984 in vbox for trunk/include


Ignore:
Timestamp:
Feb 18, 2008 10:50:55 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28175
Message:

IPRT:

Bugfix for RTFILE_O_VALID_MASK, did not recognize RTFILE_O_DENY_NOT_DELETE.

Added RTFILE_O_NOT_CONTENT_INDEXED for opening / creating files without the indexing bit of Windows Indexing Service.

File:
1 edited

Legend:

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

    r6429 r6984  
    9494#define RTFILE_O_ACTION_MASK        0x00000300
    9595
     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
    96101/** Truncate the file.
    97102 * @remark  This will not truncate files opened for read-only.
     
    113118 */
    114119#define RTFILE_O_WRITE_THROUGH      0x00008000
    115 
    116120/** Mask of all valid flags.
    117121 * @remark  This doesn't validate the access mode properly.
    118122 */
    119 #define RTFILE_O_VALID_MASK         0x0000F333
     123#define RTFILE_O_VALID_MASK         0x0000FB73
    120124
    121125/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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