windows::Win32::System::WindowsProgramming

Trait IEditionUpgradeBroker_Impl

pub trait IEditionUpgradeBroker_Impl: IUnknownImpl {
    // Required methods
    fn InitializeParentWindow(&self, parenthandle: OLE_HANDLE) -> Result<()>;
    fn UpdateOperatingSystem(&self, parameter: &BSTR) -> Result<()>;
    fn ShowProductKeyUI(&self) -> Result<()>;
    fn CanUpgrade(&self) -> Result<()>;
}

Required Methods§

fn InitializeParentWindow(&self, parenthandle: OLE_HANDLE) -> Result<()>

fn UpdateOperatingSystem(&self, parameter: &BSTR) -> Result<()>

fn ShowProductKeyUI(&self) -> Result<()>

fn CanUpgrade(&self) -> Result<()>

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§