equal
deleted
inserted
replaced
3257 @param aDriveNo drive number |
3257 @param aDriveNo drive number |
3258 @param aMode describes the finalisation operation, see RFs::TFinaliseDrvMode enum |
3258 @param aMode describes the finalisation operation, see RFs::TFinaliseDrvMode enum |
3259 |
3259 |
3260 @return KErrNone on success, |
3260 @return KErrNone on success, |
3261 KErrArgument if the function arguments are invalid |
3261 KErrArgument if the function arguments are invalid |
3262 KErrInUse if the drive has opened objects (files, directories etc.) and therefore can not be finalised |
3262 KErrInUse if the drive has opened disk access objects (format, raw disk access, etc) and therefore can not be finalised |
3263 KErrCorrupt if the drive is corrupt. |
3263 KErrCorrupt if the drive is corrupt. |
3264 System wide error codes otherwise. |
3264 System wide error codes otherwise. |
3265 |
3265 |
3266 @capability DiskAdmin |
3266 @capability DiskAdmin |
3267 */ |
3267 */ |