pub trait IEditionUpgradeHelper_Impl: Sized {
    // Required methods
    fn CanUpgrade(&self) -> Result<BOOL>;
    fn UpdateOperatingSystem(&self, contentid: &PCWSTR) -> Result<()>;
    fn ShowProductKeyUI(&self) -> Result<()>;
    fn GetOsProductContentId(&self) -> Result<PWSTR>;
    fn GetGenuineLocalStatus(&self) -> Result<BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§