userlibandfileserver/fileserver/sfsrv/cl_cli.cpp
branchRCL_3
changeset 294 039a3e647356
parent 268 345b1ca54e88
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
  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 disk access objects (format, raw disk access, etc) and therefore can not be finalised
  3309             KErrInUse    if the drive has opened objects (files, directories 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 */