VirtualBox

Changeset 49079 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 14, 2013 2:29:38 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89886
Message:

dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!

File:
1 edited

Legend:

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

    r46014 r49079  
    5555/** Don't allow symbolic links as part of the path.
    5656 * @remarks this flag is currently not implemented and will be ignored. */
    57 #define RTDIRCREATE_FLAGS_NO_SYMLINKS  RT_BIT(0)
     57#define RTDIRCREATE_FLAGS_NO_SYMLINKS                       RT_BIT(0)
     58/** Set the not-content-indexed flag (default).  Windows only atm. */
     59#define RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_DONT_SET      RT_BIT(1)
     60/** Do not set the not-content-indexed flag.  Windows only atm. */
     61#define RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_DONT_SET      RT_BIT(1)
     62/** Ignore errors setting the not-content-indexed flag.  Windows only atm. */
     63#define RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_NOT_CRITICAL  RT_BIT(2)
    5864/** @} */
    5965
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