WdCopyOperationSummary
Contains summary progress information for the overall copy operation.Syntax
Members
filesCompletedCountType: uint64_t The number of files that have completed copying.
bytesTransferredCountType: uint64_t The total number of bytes transferred so far in the entire copy operation.
totalFileCountType: uint64_t The total number of files to copy in the entire copy operation.
totalByteCountType: uint64_t The total number of bytes to copy in the entire copy operation.
