Struct windows_sys::Win32::System::WindowsSync::SYNC_SESSION_STATISTICS
[−]#[repr(C)]pub struct SYNC_SESSION_STATISTICS {
pub dwChangesApplied: u32,
pub dwChangesFailed: u32,
}Expand description
Required features: ‘Win32_System_WindowsSync’
Fields
dwChangesApplied: u32dwChangesFailed: u32