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