CopyFileProgressAction Enumeration

Specifies the action to take during a copy file progress when using DelegatesCopyProgressRoutine function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CopyFileProgressAction

Remarks

Members

Continue 0 Indicates that CopyFileEx should continue the copy operation.
Cancel 1 Indicates that CopyFileEx should cancel the copy operation and delete the destination file.
Stop 2 Indicates that CopyFileEx should stop the copy operation. It can be restarted at a later time.
Quiet 3 Indicates that CopyFileEx should continue the copy operation, but stop invoking CopyProgressRoutine to report progress.

See Also