VirtualBox

Changeset 37596 in vbox for trunk/include/iprt/file.h


Ignore:
Timestamp:
Jun 22, 2011 7:30:06 PM (14 years ago)
Author:
vboxsync
Message:

*: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter from uint32_t to uint64_t.

File:
1 edited

Legend:

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

    r37559 r37596  
    254254 *                          The ACCESS, ACTION and DENY flags are mandatory!
    255255 */
    256 RTDECL(int)  RTFileOpen(PRTFILE pFile, const char *pszFilename, uint32_t fOpen);
     256RTDECL(int)  RTFileOpen(PRTFILE pFile, const char *pszFilename, uint64_t fOpen);
    257257
    258258/**
     
    267267 * @param   ...             Arguments to the format string.
    268268 */
    269 RTDECL(int)  RTFileOpenF(PRTFILE pFile, uint32_t fOpen, const char *pszFilenameFmt, ...);
     269RTDECL(int)  RTFileOpenF(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, ...);
    270270
    271271/**
     
    280280 * @param   va              Arguments to the format string.
    281281 */
    282 RTDECL(int)  RTFileOpenV(PRTFILE pFile, uint32_t fOpen, const char *pszFilenameFmt, va_list va);
     282RTDECL(int)  RTFileOpenV(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, va_list va);
    283283
    284284/**
     
    289289 * @param   fAccess         The desired access only, i.e. read, write or both.
    290290 */
    291 RTDECL(int)  RTFileOpenBitBucket(PRTFILE phFile, uint32_t fAccess);
     291RTDECL(int)  RTFileOpenBitBucket(PRTFILE phFile, uint64_t fAccess);
    292292
    293293/**
Note: See TracChangeset for help on using the changeset viewer.

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