CopyFileProgressAction Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CopyFileProgressAction
Public Enumeration CopyFileProgressAction
Dim instance As CopyFileProgressAction
public enum class CopyFileProgressAction
type CopyFileProgressAction
No code example is currently available or this language may not be supported.
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.
|