#[repr(C)]pub struct BG_FILE_PROGRESS {
pub BytesTotal: u64,
pub BytesTransferred: u64,
pub Completed: BOOL,
}Expand description
Required features: ‘Win32_Networking_BackgroundIntelligentTransferService’, ‘Win32_Foundation’
Fields
BytesTotal: u64BytesTransferred: u64Completed: BOOL