Source position: jwabits.pas line 75
type _BG_FILE_PROGRESS = record
BytesTotal: UINT64;
BytesTransferred: UINT64;
Completed: BOOL;
end;