CopyMoveProgressResult Enumeration |
Namespace: Alphaleonis.Win32.Filesystem
Member name | Value | Description | |
---|---|---|---|
Continue | 0 | PROGRESS_CONTINUE
Continue the copy operation. | |
Cancel | 1 | PROGRESS_CANCEL
Cancel the copy operation and delete the destination file. | |
Stop | 2 | PROGRESS_STOP
Stop the copy operation. It can be restarted at a later time. | |
Quiet | 3 | PROGRESS_QUIET
Continue the copy operation, but stop invoking CopyMoveProgressRoutine to report progress. |