Struct IUpdateService_Vtbl
#[repr(C)]pub struct IUpdateService_Vtbl {Show 14 fields
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ContentValidationCert: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub ExpirationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub IsManaged: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IsRegisteredWithAU: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IssueDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub OffersWindowsUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub RedirectUrls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsScanPackageService: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub CanRegisterWithAU: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub ServiceUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetupPrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ContentValidationCert: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§ExpirationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§IsManaged: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IsRegisteredWithAU: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IssueDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§OffersWindowsUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§RedirectUrls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsScanPackageService: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§CanRegisterWithAU: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§ServiceUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetupPrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUpdateService_Vtbl
impl IUpdateService_Vtbl
pub const fn new<Identity: IUpdateService_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateService_Vtbl
impl RefUnwindSafe for IUpdateService_Vtbl
impl Send for IUpdateService_Vtbl
impl Sync for IUpdateService_Vtbl
impl Unpin for IUpdateService_Vtbl
impl UnwindSafe for IUpdateService_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