Changeset 66575 in vbox
- Timestamp:
- Apr 14, 2017 1:41:43 PM (7 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 1 added
- 1 edited
-
formats/fat.h (added)
-
vfslowlevel.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/vfslowlevel.h
r62473 r66575 188 188 189 189 /** 190 * Checkswhether a given range in the underlying medium190 * Optional entry point to check whether a given range in the underlying medium 191 191 * is in use by the virtual filesystem. 192 192 * … … 197 197 * @param pfUsed Where to store whether the given range is in use. 198 198 */ 199 DECLCALLBACKMEMBER(int, pfnIsRangeInUse)(void *pvThis, RTFOFF off, size_t cb, 200 bool *pfUsed); 199 DECLCALLBACKMEMBER(int, pfnIsRangeInUse)(void *pvThis, RTFOFF off, size_t cb, bool *pfUsed); 201 200 202 201 /** @todo There will be more methods here to optimize opening and … … 549 548 * @sa RTFileRemove, RTDirRemove, RTSymlinkRemove. 550 549 */ 551 DECLCALLBACKMEMBER(int, pfnUnlinkEntry)(void *pvThis, const char *pszEntry, RTFMODE fType , PRTVFSDIR phVfsDir);550 DECLCALLBACKMEMBER(int, pfnUnlinkEntry)(void *pvThis, const char *pszEntry, RTFMODE fType); 552 551 553 552 /**
Note:
See TracChangeset
for help on using the changeset viewer.

