Skip to main content

WdCopyOperationSummary

Contains summary progress information for the overall copy operation.

Syntax

Members

filesCompletedCount
Type: uint64_t
The number of files that have completed copying. bytesTransferredCount
Type: uint64_t
The total number of bytes transferred so far in the entire copy operation. totalFileCount
Type: uint64_t
The total number of files to copy in the entire copy operation. totalByteCount
Type: uint64_t
The total number of bytes to copy in the entire copy operation.

Remarks

This structure is provided to the WdCopyFilesStatusCallback during a WdRemoteCopy operation. It provides an overall summary of the copy operation progress, complementing the per-file progress information in WdCopyFileProgressInfo.

Requirements

See also

Last modified on August 20, 2026