userlibandfileserver/fileserver/sfsrv/cl_cli.cpp
changeset 199 189ece41fa29
parent 134 95847726fe57
child 254 1560c419b176
equal deleted inserted replaced
189:a5496987b1da 199:189ece41fa29
  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 */