Struct ISystemUpdateManagerStatics_Vtbl
#[repr(C)]pub struct ISystemUpdateManagerStatics_Vtbl {Show 25 fields
pub base__: IInspectable_Vtbl,
pub IsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemUpdateManagerState) -> HRESULT,
pub StateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub DownloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub InstallProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub UserActiveHoursStart: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub UserActiveHoursEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub UserActiveHoursMax: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TrySetUserActiveHours: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan, _: TimeSpan, _: *mut bool) -> HRESULT,
pub LastUpdateCheckTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub LastUpdateInstallTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub LastErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAutomaticRebootBlockIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BlockAutomaticRebootAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnblockAutomaticRebootAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
pub GetUpdateItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttentionRequiredReason: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemUpdateAttentionRequiredReason) -> HRESULT,
pub SetFlightRing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub GetFlightRing: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StartInstall: unsafe extern "system" fn(_: *mut c_void, _: SystemUpdateStartInstallAction) -> HRESULT,
pub RebootToCompleteInstall: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StartCancelUpdates: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§State: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemUpdateManagerState) -> HRESULT§StateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§DownloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§InstallProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§UserActiveHoursStart: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§UserActiveHoursEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§UserActiveHoursMax: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§TrySetUserActiveHours: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan, _: TimeSpan, _: *mut bool) -> HRESULT§LastUpdateCheckTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§LastUpdateInstallTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§LastErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAutomaticRebootBlockIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§BlockAutomaticRebootAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§UnblockAutomaticRebootAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT§GetUpdateItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AttentionRequiredReason: unsafe extern "system" fn(_: *mut c_void, _: *mut SystemUpdateAttentionRequiredReason) -> HRESULT§SetFlightRing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT§GetFlightRing: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§StartInstall: unsafe extern "system" fn(_: *mut c_void, _: SystemUpdateStartInstallAction) -> HRESULT§RebootToCompleteInstall: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§StartCancelUpdates: unsafe extern "system" fn(_: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ISystemUpdateManagerStatics_Vtbl
impl RefUnwindSafe for ISystemUpdateManagerStatics_Vtbl
impl Send for ISystemUpdateManagerStatics_Vtbl
impl Sync for ISystemUpdateManagerStatics_Vtbl
impl Unpin for ISystemUpdateManagerStatics_Vtbl
impl UnwindSafe for ISystemUpdateManagerStatics_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more