Struct IUpdateInstaller_Vtbl
#[repr(C)]pub struct IUpdateInstaller_Vtbl {Show 22 fields
pub base__: IDispatch_Vtbl,
pub ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsForced: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetIsForced: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub ParentHwnd: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub SetParentHwnd: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Updates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BeginInstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
pub BeginUninstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
pub EndInstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EndUninstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Install: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RunWizard: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsBusy: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Uninstall: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AllowSourcePrompts: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetAllowSourcePrompts: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub RebootRequiredBeforeInstallation: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsForced: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetIsForced: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§ParentHwnd: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§SetParentHwnd: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Updates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§BeginInstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT
§BeginUninstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT
§EndInstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EndUninstall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Install: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RunWizard: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsBusy: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Uninstall: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AllowSourcePrompts: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetAllowSourcePrompts: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§RebootRequiredBeforeInstallation: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IUpdateInstaller_Vtbl
impl IUpdateInstaller_Vtbl
pub const fn new<Identity: IUpdateInstaller_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateInstaller_Vtbl
impl RefUnwindSafe for IUpdateInstaller_Vtbl
impl Send for IUpdateInstaller_Vtbl
impl Sync for IUpdateInstaller_Vtbl
impl Unpin for IUpdateInstaller_Vtbl
impl UnwindSafe for IUpdateInstaller_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