Struct IUpdateSession_Vtbl
#[repr(C)]pub struct IUpdateSession_Vtbl {
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 ReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub WebProxy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetWebProxy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateUpdateSearcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateUpdateDownloader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateUpdateInstaller: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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
§ReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§WebProxy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetWebProxy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateUpdateSearcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateUpdateDownloader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateUpdateInstaller: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUpdateSession_Vtbl
impl IUpdateSession_Vtbl
pub const fn new<Identity: IUpdateSession_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateSession_Vtbl
impl RefUnwindSafe for IUpdateSession_Vtbl
impl Send for IUpdateSession_Vtbl
impl Sync for IUpdateSession_Vtbl
impl Unpin for IUpdateSession_Vtbl
impl UnwindSafe for IUpdateSession_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