userlibandfileserver/fileserver/sfsrv/cl_cli.cpp
branchRCL_3
changeset 268 345b1ca54e88
parent 257 3e88ff8f41d5
child 294 039a3e647356
equal deleted inserted replaced
263:9e2d4f7f5028 268:345b1ca54e88
  3304     @param  aDriveNo    drive number
  3304     @param  aDriveNo    drive number
  3305     @param  aMode       describes the finalisation operation, see RFs::TFinaliseDrvMode enum
  3305     @param  aMode       describes the finalisation operation, see RFs::TFinaliseDrvMode enum
  3306 
  3306 
  3307     @return KErrNone on success,
  3307     @return KErrNone on success,
  3308             KErrArgument if the function arguments are invalid
  3308             KErrArgument if the function arguments are invalid
  3309             KErrInUse    if the drive has opened objects (files, directories etc.) and therefore can not be finalised
  3309             KErrInUse    if the drive has opened disk access objects (format, raw disk access, etc) and therefore can not be finalised
  3310             KErrCorrupt  if the drive is corrupt.
  3310             KErrCorrupt  if the drive is corrupt.
  3311             System wide error codes otherwise.
  3311             System wide error codes otherwise.
  3312 
  3312 
  3313     @capability DiskAdmin
  3313     @capability DiskAdmin
  3314 */
  3314 */