windows::Win32::System::UpdateAgent

Trait IUpdateInstaller3_Impl

pub trait IUpdateInstaller3_Impl: IUpdateInstaller2_Impl {
    // Required methods
    fn AttemptCloseAppsIfNecessary(&self) -> Result<VARIANT_BOOL>;
    fn SetAttemptCloseAppsIfNecessary(&self, value: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§