Skip to main content

WdCopyFileProgressInfo

Contains progress information for an individual file during a copy operation.

Syntax

Members

relativeFilePath
Type: const char*
The file path being copied, relative to the root of the destination path (UTF-8). sourcePath
Type: const char*
The source path of the directory being copied (UTF-8). destinationPath
Type: const char*
The full destination path of the directory being copied (UTF-8). bytesTransferred
Type: uint64_t
The number of bytes transferred so far for this file. fileSize
Type: uint64_t
The total size of the file in bytes.

Remarks

This structure is provided to the WdCopyFilesStatusCallback during a WdRemoteCopy operation. Each instance represents the current status of a single file. The callback receives an array of these structures, one for each file that has progress updates since the last callback invocation. Overall operation-level progress (total file count, total bytes) is provided separately via the WdCopyOperationSummary structure.

Requirements

See also

Last modified on August 20, 2026