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§
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>
Object Safety§
This trait is not object safe.