Click or drag to resize

CopyMoveProgressCallbackReason Enumeration

Used by CopyFileXxx and MoveFileXxx. The reason that CopyMoveProgressRoutine was called.

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

Another part of the data file was copied.

StreamSwitch1CALLBACK_STREAM_SWITCH

Another stream was created and is about to be copied. This is the callback reason given when the callback routine is first invoked.

See Also