Changeset 76218 in vbox for trunk/include/iprt
- Timestamp:
- Dec 13, 2018 7:29:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fsvfs.h
r69853 r76218 121 121 122 122 /** 123 * Opens an EXT2 file system volume.123 * Opens an EXT2/3/4 file system volume. 124 124 * 125 125 * @returns IPRT status code. 126 126 * @param hVfsFileIn The file or device backing the volume. 127 127 * @param fMntFlags RTVFSMNT_F_XXX. 128 * @param fExt 2FlagsReserved, MBZ.128 * @param fExtFlags Reserved, MBZ. 129 129 * @param phVfs Where to return the virtual file system handle. 130 130 * @param pErrInfo Where to return additional error information. 131 131 */ 132 RTDECL(int) RTFsExt 2VolOpen(RTVFSFILE hVfsFileIn, uint32_t fMntFlags, uint32_t fExt2Flags, PRTVFS phVfs, PRTERRINFO pErrInfo);132 RTDECL(int) RTFsExtVolOpen(RTVFSFILE hVfsFileIn, uint32_t fMntFlags, uint32_t fExtFlags, PRTVFS phVfs, PRTERRINFO pErrInfo); 133 133 134 134
Note:
See TracChangeset
for help on using the changeset viewer.