Back to Wsl

WslcImageProgressDetail

doc/docs/api-reference/c/structures/wslcimageprogressdetail.md

2.9.4310 B
Original Source

WslcImageProgressDetail

c
typedef struct WslcImageProgressDetail
{
    _Out_ uint64_t currentBytes; // bytes downloaded so far
    _Out_ uint64_t totalBytes;   // total bytes expected
} WslcImageProgressDetail;
FieldType
currentBytesuint64_t
totalBytesuint64_t