Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains summary progress information for the overall copy operation.
Syntax
struct WdCopyOperationSummary
{
uint64_t filesCompletedCount;
uint64_t bytesTransferredCount;
uint64_t totalFileCount;
uint64_t totalByteCount;
};
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
| Requirement | Value |
|---|---|
| Header | WdRemoteIteration.h |
| Library | wdremoteapi.lib |
| Supported OS | Windows 11 and later |
| Supported architectures | x64, ARM64 |