Click or drag to resize
CopyMoveProgressResult Enumeration
Used by CopyFileXxx and MoveFileXxx. The CopyMoveProgressRoutine function should return one of the following values.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public enum CopyMoveProgressResult
Members
  Member nameValueDescription
Continue0PROGRESS_CONTINUE

Continue the copy operation.

Cancel1PROGRESS_CANCEL

Cancel the copy operation and delete the destination file.

Stop2PROGRESS_STOP

Stop the copy operation. It can be restarted at a later time.

Quiet3PROGRESS_QUIET

Continue the copy operation, but stop invoking CopyMoveProgressRoutine to report progress.

See Also