- Timestamp:
- Feb 24, 2010 11:14:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r26060 r26732 267 267 268 268 /** 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 */ 275 RTR3DECL(int) RTFileOpenBitBucket(PRTFILE pFile, uint32_t fAccess); 276 277 /** 269 278 * Close a file opened by RTFileOpen(). 270 279 *
Note:
See TracChangeset
for help on using the changeset viewer.