Contains progress information for a data transfer operation.
Syntax
var transferProgress = { bytesRetrieved : /* Your value */, bytesSent : /* Your value */, totalBytesToRetrieve : /* Your value */, totalBytesToSend : /* Your value */ }
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The TransferProgress structure has these fields.
| Field | Data type | Description |
|---|---|---|
| BytesRetrieved | bytesRetrieved |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The number of bytes received. |
| BytesSent | bytesSent |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The number of bytes sent. |
| TotalBytesToRetrieve | totalBytesToRetrieve |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The total number of bytes that will be received during the transfer operation. |
| TotalBytesToSend | totalBytesToSend |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The total number of bytes that will be sent during the transfer operation. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012