VirtualBox

Changeset 6992 in vbox for trunk/include


Ignore:
Timestamp:
Feb 18, 2008 1:34:17 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28187
Message:

Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.

File:
1 edited

Legend:

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

    r6984 r6992  
    9494#define RTFILE_O_ACTION_MASK        0x00000300
    9595
    96 /** Turns off indexing of files on Windows hosts.
     96/** Turns off indexing of files on Windows hosts, *CREATE* only.
    9797 * @remark  This might not be implemented on all platforms,
    9898 *          and will be ignored on those.
     
    270270
    271271/**
    272  * Determine the maximum file size. 
    273  * 
    274  * @returns The max size of the file. 
     272 * Determine the maximum file size.
     273 *
     274 * @returns The max size of the file.
    275275 *          -1 on failure, the file position is undefined.
    276  * @param   File        Handle to the file. 
    277  * @see     RTFileGetMaxSizeEx. 
     276 * @param   File        Handle to the file.
     277 * @see     RTFileGetMaxSizeEx.
    278278 */
    279279RTR3DECL(RTFOFF) RTFileGetMaxSize(RTFILE File);
    280280
    281281/**
    282  * Determine the maximum file size. 
    283  * 
     282 * Determine the maximum file size.
     283 *
    284284 * @returns IPRT status code.
    285  * @param   File        Handle to the file. 
    286  * @param   pcbMax      Where to store the max file size. 
     285 * @param   File        Handle to the file.
     286 * @param   pcbMax      Where to store the max file size.
    287287 * @see     RTFileGetMaxSize.
    288288 */
     
    290290
    291291/**
    292  * Determine the maximum file size depending on the file system the file is stored on. 
    293  * 
    294  * @returns The max size of the file. 
     292 * Determine the maximum file size depending on the file system the file is stored on.
     293 *
     294 * @returns The max size of the file.
    295295 *          -1 on failure.
    296  * @param   File        Handle to the file.         
     296 * @param   File        Handle to the file.
    297297 */
    298298RTR3DECL(RTFOFF) RTFileGetMaxSize(RTFILE File);
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