userlibandfileserver/fileserver/sfsrv/cl_cli.cpp
changeset 247 d8d70de2bd36
parent 152 657f875b013e
child 266 0008ccd16016
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
  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 */