fBytesTotal
if (fBytesTotal > 0.0f) {
float progress = static_cast<float>(fBytesRead) / static_cast<float>(fBytesTotal);
size_t fBytesTotal;