| 1 | # WslcImageProgressDetail |
| 2 | |
| 3 | ```c |
| 4 | typedef struct WslcImageProgressDetail |
| 5 | { |
| 6 | _Out_ uint64_t currentBytes; // bytes downloaded so far |
| 7 | _Out_ uint64_t totalBytes; // total bytes expected |
| 8 | } WslcImageProgressDetail; |
| 9 | ``` |
| 10 | |
| 11 | | Field | Type | |
| 12 | |---|---| |
| 13 | | `currentBytes` | `uint64_t` | |
| 14 | | `totalBytes` | `uint64_t` | |