VirtualBox

Changeset 26732 in vbox for trunk


Ignore:
Timestamp:
Feb 24, 2010 11:14:44 AM (15 years ago)
Author:
vboxsync
Message:

iprt/file.h: RTFileOpenBitBucket

File:
1 edited

Legend:

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

    r26060 r26732  
    267267
    268268/**
     269 * Open the bit bucket (aka /dev/null or nul).
     270 *
     271 * @returns IPRT status code.
     272 * @param   pFile           Where to store the handle to the opened file.
     273 * @param   fAccess         The desired access only, i.e. read, write or both.
     274 */
     275RTR3DECL(int)  RTFileOpenBitBucket(PRTFILE pFile, uint32_t fAccess);
     276
     277/**
    269278 * Close a file opened by RTFileOpen().
    270279 *
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