#[repr(C)]pub struct IEditionUpgradeHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub CanUpgrade: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub UpdateOperatingSystem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ShowProductKeyUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetOsProductContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetGenuineLocalStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CanUpgrade: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§UpdateOperatingSystem: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ShowProductKeyUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetOsProductContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetGenuineLocalStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IEditionUpgradeHelper_Vtbl
impl IEditionUpgradeHelper_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IEditionUpgradeHelper_Vtblwhere
Identity: IEditionUpgradeHelper_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEditionUpgradeHelper_Vtbl
impl RefUnwindSafe for IEditionUpgradeHelper_Vtbl
impl Send for IEditionUpgradeHelper_Vtbl
impl Sync for IEditionUpgradeHelper_Vtbl
impl Unpin for IEditionUpgradeHelper_Vtbl
impl UnwindSafe for IEditionUpgradeHelper_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