CopyFileProgressCallbackReason 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 CopyFileProgressCallbackReason
Public Enumeration CopyFileProgressCallbackReason
Dim instance As CopyFileProgressCallbackReason
public enum class CopyFileProgressCallbackReason
type CopyFileProgressCallbackReason
No code example is currently available or this language may not be supported.
ChunkFinished |
0 |
Another part of the data file was copied.
|
StreamSwitch |
1 |
Another stream was created And Is about to be copied.
This Is the callback reason given when the callback routine Is first invoked.
|